Remove usage of api.testnet.solana.com (#5274)
This commit is contained in:
@ -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> = {
|
||||
|
Reference in New Issue
Block a user