1 2 3 4
/// solana network url pub const SOLANA_DEV_NET_URL: &str = "https://api.devnet.solana.com"; pub const SOLANA_TEST_NET_URL: &str = "https://api.testnet.solana.com"; pub const SOLANA_MAIN_NET_URL: &str = "https://api.mainnet-beta.solana.com";