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

This commit is contained in:
Michael Vines
2020-03-13 15:00:27 -07:00
parent ce88602ced
commit 9e0a26628b
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> = {