This library provides an abstraction over those records by exposing a
ChainName enum, which internally maps to the appropriate coin types.
Currently Supported Chains
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Map readable chain names to ENS coin types.
ChainName enum, which internally maps to the appropriate coin types.
Currently Supported Chains
export enum ChainName {
Default = "default",
Ethereum = "eth",
Solana = "sol",
Arbitrum = "arb",
Optimism = "op",
Base = "base",
Polygon = "polygon",
Bsc = "bsc",
Avalanche = "avax",
Gnosis = "gnosis",
Zksync = "zksync",
Cosmos = "cosmos",
Near = "near",
Linea = "linea",
Scroll = "scroll",
Bitcoin = "btc",
Starknet = "starknet",
Sui = "sui",
Unichain = "unichain",
Berachain = "berachain",
WorldChain = "world_chain",
Zora = "zora",
Celo = "celo",
Aptos = "aptos",
Algorand = "algorand",
Monad = "monad",
Push= "push",
Polkadot = "dot",
Vara = "vara"
}
Was this page helpful?
