Remove usage of api.testnet.solana.com (#5274) (#5275)

(cherry picked from commit 3bd35dd7cc)
This commit is contained in:
mergify[bot]
2019-07-24 21:37:58 -07:00
committed by Michael Vines
parent 73d2c636f4
commit 575f30c54f
4 changed files with 4 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
pub const JSON_RPC_URL: &str = "https://api.testnet.solana.com/";
pub const JSON_RPC_URL: &str = "http://testnet.solana.com:8899";
lazy_static! {
pub static ref CONFIG_FILE: Option<String> = {