export declare const DEFAULT_SUPPORTED_CHAINS: import(".").Chain[]; export declare enum ChainId { Mainnet = 1, Ropsten = 3, Rinkeby = 4, Goerli = 5, ThunderCoreTestnet = 18, Cronos = 25, CronosTestnet = 338, Kovan = 42, BSC = 56, BSCTestnet = 97, xDai = 100, Gnosis = 100, ThunderCore = 108, Polygon = 137, Theta = 361, ThetaTestnet = 365, Moonriver = 1285, Moonbeam = 1284, Mumbai = 80001, Harmony = 1666600000, Palm = 11297108109, PalmTestnet = 11297108099, Localhost = 1337, Hardhat = 31337, Fantom = 250, FantomTestnet = 4002, Avalanche = 43114, AvalancheTestnet = 43113, Songbird = 19, MoonbaseAlpha = 1287, OasisEmerald = 42262, OasisEmeraldTestnet = 42261, Stardust = 588, Andromeda = 1088, OptimismKovan = 69, Optimism = 10, Arbitrum = 42161, ArbitrumRinkeby = 421611, Aurora = 1313161554, AuroraTestnet = 1313161555, Velas = 106, VelasTestnet = 111, ZkSyncTestnet = 280, ArbitrumRedditTestnet = 5391184 } //# sourceMappingURL=chainId.d.ts.map