From 7ef329cd17cd919fa1710b37af3d3dfb7990df6a Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 8 Dec 2018 10:13:43 -0800 Subject: [PATCH] refactor: add other testnet urls for easy manual selection --- web3.js/test/url.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web3.js/test/url.js b/web3.js/test/url.js index f806278d1e..a26789d4c4 100644 --- a/web3.js/test/url.js +++ b/web3.js/test/url.js @@ -6,6 +6,8 @@ export const url = 'http://localhost:8899/'; -//export const url = 'https://api.testnet.solana.com/'; -//export const url = 'https://api.testnet.solana.com/'; +//export const url = 'http://edge.testnet.solana.com:8899/'; +//export const url = 'http://beta.edge.testnet.solana.com:8899/'; + //export const url = 'http://testnet.solana.com:8899/'; +//export const url = 'https://api.testnet.solana.com/';