From e1dbed25b60cabb9d74fd70ba10566751a2bdec8 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 21:40:04 -0700 Subject: [PATCH] Default to mainnet-beta (#9326) (#9368) automerge --- cli-config/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli-config/src/config.rs b/cli-config/src/config.rs index 876ffc01bd..7c98015c65 100644 --- a/cli-config/src/config.rs +++ b/cli-config/src/config.rs @@ -26,7 +26,7 @@ impl Default for Config { keypair_path.extend(&[".config", "solana", "id.json"]); keypair_path.to_str().unwrap().to_string() }; - let json_rpc_url = "http://127.0.0.1:8899".to_string(); + let json_rpc_url = "https://api.mainnet-beta.solana.com".to_string(); // Empty websocket_url string indicates the client should // `Config::compute_websocket_url(&json_rpc_url)`