fix: rename testnet.solana.com to devnet.solana.com
This commit is contained in:
@ -9,15 +9,15 @@ test('invalid', () => {
|
||||
|
||||
test('edge', () => {
|
||||
expect(testnetChannelEndpoint('edge')).toEqual(
|
||||
'https://edge.testnet.solana.com:8443',
|
||||
'https://edge.devnet.solana.com:8443',
|
||||
);
|
||||
|
||||
expect(testnetChannelEndpoint('edge', true)).toEqual(
|
||||
'https://edge.testnet.solana.com:8443',
|
||||
'https://edge.devnet.solana.com:8443',
|
||||
);
|
||||
|
||||
expect(testnetChannelEndpoint('edge', false)).toEqual(
|
||||
'http://edge.testnet.solana.com:8899',
|
||||
'http://edge.devnet.solana.com:8899',
|
||||
);
|
||||
});
|
||||
|
||||
|
@ -6,13 +6,6 @@
|
||||
|
||||
export const url = 'http://localhost:8899/';
|
||||
|
||||
/*
|
||||
export const url = 'https://edge.testnet.solana.com:8443/';
|
||||
export const url = 'https://beta.testnet.solana.com:8443/';
|
||||
export const url = 'https://testnet.solana.com:8443/';
|
||||
*/
|
||||
/*
|
||||
export const url = 'http://edge.testnet.solana.com:8899/';
|
||||
export const url = 'http://beta.testnet.solana.com:8899/';
|
||||
export const url = 'http://testnet.solana.com:8899/';
|
||||
*/
|
||||
//export const url = 'https://devnet.solana.com:8443/';
|
||||
//export const url = 'http://devnet.solana.com:8899/';
|
||||
|
||||
|
Reference in New Issue
Block a user