fix: remove usage of api.*.testnet.solana.com
This commit is contained in:
@ -9,7 +9,7 @@ test('invalid', () => {
|
||||
|
||||
test('edge', () => {
|
||||
expect(testnetChannelEndpoint('edge')).toEqual(
|
||||
'https://api.edge.testnet.solana.com',
|
||||
'https://edge.testnet.solana.com:8443',
|
||||
);
|
||||
});
|
||||
|
||||
|
@ -6,12 +6,13 @@
|
||||
|
||||
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://api.edge.testnet.solana.com/';
|
||||
export const url = 'https://api.beta.testnet.solana.com/';
|
||||
export const url = 'https://api.testnet.solana.com/';
|
||||
*/
|
||||
|
Reference in New Issue
Block a user