fix: rename testnet.solana.com to devnet.solana.com
This commit is contained in:
@@ -7,14 +7,14 @@ import {testnetDefaultChannel} from '../../package.json';
|
||||
*/
|
||||
const endpoint = {
|
||||
http: {
|
||||
edge: 'http://edge.testnet.solana.com:8899',
|
||||
beta: 'http://beta.testnet.solana.com:8899',
|
||||
stable: 'http://testnet.solana.com:8899',
|
||||
edge: 'http://edge.devnet.solana.com:8899',
|
||||
beta: 'http://beta.devnet.solana.com:8899',
|
||||
stable: 'http://devnet.solana.com:8899',
|
||||
},
|
||||
https: {
|
||||
edge: 'https://edge.testnet.solana.com:8443',
|
||||
beta: 'https://beta.testnet.solana.com:8443',
|
||||
stable: 'https://testnet.solana.com:8443',
|
||||
edge: 'https://edge.devnet.solana.com:8443',
|
||||
beta: 'https://beta.devnet.solana.com:8443',
|
||||
stable: 'https://devnet.solana.com:8443',
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user