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

This commit is contained in:
Michael Vines
2019-07-24 17:06:26 -07:00
committed by GitHub
parent 39d29fab82
commit 3bd35dd7cc
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> = {