1/// Chain IDs of commonly used environment. 2 3/// Main production environment. 4pub const MAINNET: &str = "mainnet"; 5 6/// Primary testing environment. 7pub const TESTNET: &str = "testnet";