refactor: add other testnet urls for easy manual selection
This commit is contained in:
parent
6ea01eb90c
commit
7ef329cd17
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
export const url = 'http://localhost:8899/';
|
export const url = 'http://localhost:8899/';
|
||||||
|
|
||||||
//export const url = 'https://api.testnet.solana.com/';
|
//export const url = 'http://edge.testnet.solana.com:8899/';
|
||||||
//export const url = 'https://api.testnet.solana.com/';
|
//export const url = 'http://beta.edge.testnet.solana.com:8899/';
|
||||||
|
|
||||||
//export const url = 'http://testnet.solana.com:8899/';
|
//export const url = 'http://testnet.solana.com:8899/';
|
||||||
|
//export const url = 'https://api.testnet.solana.com/';
|
||||||
|
|
Loading…
Reference in New Issue