/** * An object containing all of the chain ids for networks both built in and * those that we have added custom code to support our feature set. */ export declare const CHAIN_IDS: { readonly MAINNET: "0x1"; readonly GOERLI: "0x5"; readonly LOCALHOST: "0x539"; readonly BSC: "0x38"; readonly BSC_TESTNET: "0x61"; readonly OPTIMISM: "0xa"; readonly OPTIMISM_TESTNET: "0xaa37dc"; readonly OPTIMISM_GOERLI: "0x1a4"; readonly BASE: "0x2105"; readonly BASE_TESTNET: "0x14a33"; readonly OPBNB: "0xcc"; readonly OPBNB_TESTNET: "0x15eb"; readonly POLYGON: "0x89"; readonly POLYGON_TESTNET: "0x13881"; readonly AVALANCHE: "0xa86a"; readonly AVALANCHE_TESTNET: "0xa869"; readonly FANTOM: "0xfa"; readonly FANTOM_TESTNET: "0xfa2"; readonly CELO: "0xa4ec"; readonly ARBITRUM: "0xa4b1"; readonly HARMONY: "0x63564c40"; readonly PALM: "0x2a15c308d"; readonly SEPOLIA: "0xaa36a7"; readonly HOLESKY: "0x4268"; readonly LINEA_GOERLI: "0xe704"; readonly LINEA_SEPOLIA: "0xe705"; readonly AMOY: "0x13882"; readonly BASE_SEPOLIA: "0x14a34"; readonly BLAST_SEPOLIA: "0xa0c71fd"; readonly OPTIMISM_SEPOLIA: "0xaa37dc"; readonly PALM_TESTNET: "0x2a15c3083"; readonly CELO_TESTNET: "0xaef3"; readonly ZK_SYNC_ERA_TESTNET: "0x12c"; readonly MANTA_SEPOLIA: "0x138b"; readonly UNICHAIN_SEPOLIA: "0x515"; readonly LINEA_MAINNET: "0xe708"; readonly AURORA: "0x4e454152"; readonly MOONBEAM: "0x504"; readonly MOONBEAM_TESTNET: "0x507"; readonly MOONRIVER: "0x505"; readonly CRONOS: "0x19"; readonly GNOSIS: "0x64"; readonly ZKSYNC_ERA: "0x144"; readonly TEST_ETH: "0x539"; readonly ARBITRUM_GOERLI: "0x66eed"; readonly BLAST: "0x13e31"; readonly FILECOIN: "0x13a"; readonly POLYGON_ZKEVM: "0x44d"; readonly SCROLL: "0x82750"; readonly SCROLL_SEPOLIA: "0x8274f"; readonly WETHIO: "0x4e"; readonly CHZ: "0x15b38"; readonly NUMBERS: "0x290b"; readonly SEI: "0x531"; readonly APE_TESTNET: "0x8157"; readonly APE_MAINNET: "0x8173"; readonly BERACHAIN: "0x138d5"; readonly METACHAIN_ONE: "0x1b6e6"; readonly ARBITRUM_SEPOLIA: "0x66eee"; readonly NEAR: "0x18d"; readonly NEAR_TESTNET: "0x18e"; readonly B3: "0x208d"; readonly B3_TESTNET: "0x7c9"; readonly GRAVITY_ALPHA_MAINNET: "0x659"; readonly GRAVITY_ALPHA_TESTNET_SEPOLIA: "0x34c1"; readonly LISK: "0x46f"; readonly LISK_SEPOLIA: "0x106a"; readonly INK_SEPOLIA: "0xba5eD"; readonly INK: "0xdef1"; readonly MODE_SEPOLIA: "0x397"; readonly MODE: "0x868b"; readonly MONAD: "0x8f"; readonly HYPEREVM: "0x3e7"; readonly MEGAETH: "0x10e6"; readonly ARC: "0x13b2"; }; export declare const NETWORK_TYPES: { readonly GOERLI: "goerli"; readonly LOCALHOST: "localhost"; readonly MAINNET: "mainnet"; readonly SEPOLIA: "sepolia"; readonly LINEA_GOERLI: "linea-goerli"; readonly LINEA_SEPOLIA: "linea-sepolia"; readonly LINEA_MAINNET: "linea-mainnet"; }; export declare const MAINNET_DISPLAY_NAME = "Ethereum Mainnet"; export declare const GOERLI_DISPLAY_NAME = "Goerli"; export declare const SEPOLIA_DISPLAY_NAME = "Sepolia"; export declare const LINEA_GOERLI_DISPLAY_NAME = "Linea Goerli"; export declare const LINEA_SEPOLIA_DISPLAY_NAME = "Linea Sepolia"; export declare const LINEA_MAINNET_DISPLAY_NAME = "Linea Mainnet"; export declare const LOCALHOST_DISPLAY_NAME = "Localhost 8545"; export declare const BSC_DISPLAY_NAME = "Binance Smart Chain"; export declare const POLYGON_DISPLAY_NAME = "Polygon"; export declare const AVALANCHE_DISPLAY_NAME = "Avalanche Network C-Chain"; export declare const ARBITRUM_DISPLAY_NAME = "Arbitrum One"; export declare const BNB_DISPLAY_NAME = "BNB Chain"; export declare const OPTIMISM_DISPLAY_NAME = "OP Mainnet"; export declare const FANTOM_DISPLAY_NAME = "Fantom Opera"; export declare const HARMONY_DISPLAY_NAME = "Harmony Mainnet Shard 0"; export declare const PALM_DISPLAY_NAME = "Palm"; export declare const CELO_DISPLAY_NAME = "Celo Mainnet"; export declare const GNOSIS_DISPLAY_NAME = "Gnosis"; export declare const ZK_SYNC_ERA_DISPLAY_NAME = "zkSync Era Mainnet"; export declare const BASE_DISPLAY_NAME = "Base Mainnet"; export declare const AURORA_DISPLAY_NAME = "Aurora Mainnet"; export declare const CRONOS_DISPLAY_NAME = "Cronos"; export declare const POLYGON_ZKEVM_DISPLAY_NAME = "Polygon zkEVM"; export declare const MOONBEAM_DISPLAY_NAME = "Moonbeam"; export declare const MOONRIVER_DISPLAY_NAME = "Moonriver"; export declare const SCROLL_DISPLAY_NAME = "Scroll"; export declare const SCROLL_SEPOLIA_DISPLAY_NAME = "Scroll Sepolia"; export declare const OP_BNB_DISPLAY_NAME = "opBNB"; export declare const BERACHAIN_DISPLAY_NAME = "Berachain Artio"; export declare const METACHAIN_ONE_DISPLAY_NAME = "Metachain One Mainnet"; export declare const LISK_DISPLAY_NAME = "Lisk"; export declare const LISK_SEPOLIA_DISPLAY_NAME = "Lisk Sepolia"; export declare const INK_SEPOLIA_DISPLAY_NAME = "Ink Sepolia"; export declare const INK_DISPLAY_NAME = "Ink Mainnet"; export declare const SONEIUM_DISPLAY_NAME = "Soneium Mainnet"; export declare const MODE_SEPOLIA_DISPLAY_NAME = "Mode Sepolia"; export declare const MODE_DISPLAY_NAME = "Mode Mainnet"; export declare const SEI_DISPLAY_NAME = "Sei Network"; export declare const MONAD_DISPLAY_NAME = "Monad"; export declare const HYPEREVM_DISPLAY_NAME = "HyperEVM"; export declare const MEGAETH_DISPLAY_NAME = "MegaETH"; export declare const ARC_DISPLAY_NAME = "Arc"; export declare const NETWORK_TO_NAME_MAP: { readonly goerli: "Goerli"; readonly mainnet: "Ethereum Mainnet"; readonly "linea-goerli": "Linea Goerli"; readonly "linea-sepolia": "Linea Sepolia"; readonly "linea-mainnet": "Linea Mainnet"; readonly localhost: "Localhost 8545"; readonly sepolia: "Sepolia"; readonly "0xa4b1": "Arbitrum One"; readonly "0xa86a": "Avalanche Network C-Chain"; readonly "0x38": "Binance Smart Chain"; readonly "0x2105": "Base Mainnet"; readonly "0x5": "Goerli"; readonly "0x1": "Ethereum Mainnet"; readonly "0xe704": "Linea Goerli"; readonly "0xe708": "Linea Mainnet"; readonly "0xe705": "Linea Sepolia"; readonly "0x539": "Localhost 8545"; readonly "0xa": "OP Mainnet"; readonly "0x89": "Polygon"; readonly "0x82750": "Scroll"; readonly "0x8274f": "Scroll Sepolia"; readonly "0xaa36a7": "Sepolia"; readonly "0xcc": "opBNB"; readonly "0x144": "zkSync Era Mainnet"; readonly "0x138d5": "Berachain Artio"; readonly "0x1b6e6": "Metachain One Mainnet"; readonly "0x46f": "Lisk"; readonly "0x106a": "Lisk Sepolia"; readonly "0x531": "Sei Network"; readonly "0x8f": "Monad"; readonly "0x3e7": "HyperEVM"; readonly "0x10e6": "MegaETH"; readonly "0x13b2": "Arc"; }; //# sourceMappingURL=chains.d.cts.map