fix: remove usage of api.*.testnet.solana.com

This commit is contained in:
Michael Vines
2019-07-24 16:38:57 -07:00
parent 6c32bca04d
commit 4dd8da8d8d
6 changed files with 10 additions and 12 deletions

View File

@ -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/';
*/