feat: update api urls
This commit is contained in:
committed by
Tyera Eulberg
parent
515f8a21d5
commit
0f3045fb68
@ -1,12 +1,12 @@
|
||||
const endpoint = {
|
||||
http: {
|
||||
devnet: 'http://devnet.solana.com',
|
||||
testnet: 'http://testnet.solana.com',
|
||||
devnet: 'http://api.devnet.solana.com',
|
||||
testnet: 'http://api.testnet.solana.com',
|
||||
'mainnet-beta': 'http://api.mainnet-beta.solana.com',
|
||||
},
|
||||
https: {
|
||||
devnet: 'https://devnet.solana.com',
|
||||
testnet: 'https://testnet.solana.com',
|
||||
devnet: 'https://api.devnet.solana.com',
|
||||
testnet: 'https://api.testnet.solana.com',
|
||||
'mainnet-beta': 'https://api.mainnet-beta.solana.com',
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user