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