rename testnet.solana.com to devnet.solana.com
(cherry picked from commit e3cebcf82d
)
# Conflicts:
# README.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
pub const JSON_RPC_URL: &str = "http://testnet.solana.com:8899";
|
||||
pub const JSON_RPC_URL: &str = "http://devnet.solana.com:8899";
|
||||
|
||||
lazy_static! {
|
||||
pub static ref CONFIG_FILE: Option<String> = {
|
||||
|
Reference in New Issue
Block a user