1 2 3
pub const DEFAULT_MAINNET_RPC_URL: &str = "https://api.mainnet-beta.solana.com"; pub const DEFAULT_DEVNET_RPC_URL: &str = "https://api.devnet.solana.com"; pub const DEFAULT_TESTNET_RPC_URL: &str = "https://api.testnet.solana.com";