Drop :8899 port from http://devnet.solana.com references

(cherry picked from commit 9e0a26628b)
This commit is contained in:
Michael Vines
2020-03-13 15:00:27 -07:00
parent 71f391ae04
commit cb6e7426a4
8 changed files with 14 additions and 17 deletions

View File

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