/** * Enumeration of Abacus supported chains */ export declare enum Chains { arbitrum = "arbitrum", alfajores = "alfajores", bsc = "bsc", mumbai = "mumbai", kovan = "kovan", goerli = "goerli", fuji = "fuji", celo = "celo", ethereum = "ethereum", avalanche = "avalanche", optimism = "optimism", polygon = "polygon", bsctestnet = "bsctestnet", arbitrumrinkeby = "arbitrumrinkeby", optimismkovan = "optimismkovan", auroratestnet = "auroratestnet", test1 = "test1", test2 = "test2", test3 = "test3" } export declare const Mainnets: ("polygon" | "arbitrum" | "alfajores" | "bsc" | "mumbai" | "kovan" | "goerli" | "fuji" | "celo" | "ethereum" | "avalanche" | "optimism" | "bsctestnet" | "arbitrumrinkeby" | "optimismkovan" | "auroratestnet" | "test1" | "test2" | "test3")[]; export declare const AllChains: ("polygon" | "arbitrum" | "alfajores" | "bsc" | "mumbai" | "kovan" | "goerli" | "fuji" | "celo" | "ethereum" | "avalanche" | "optimism" | "bsctestnet" | "arbitrumrinkeby" | "optimismkovan" | "auroratestnet" | "test1" | "test2" | "test3")[]; //# sourceMappingURL=chains.d.ts.map