@sei-js/registry exports typed chain IDs, endpoints, token metadata, and wallet information for Pacific-1 and Atlantic-2. Network and wallet data comes from the official sei-protocol/chain-registry. Token metadata comes from the community-maintained Seitrace asset list.
The package does not export Arctic-1 configuration,
GAS_INFO, or IBC registry data. Arctic-1 can still appear elsewhere in the docs when it is configured directly.Installation
CHAIN_IDS
Canonical chain IDs for each Sei network:NETWORKS
RPC, REST, gRPC, EVM RPC, WebSocket, and explorer endpoints for each network:provider and url fields. You can iterate through the available providers to implement fallback logic:
@sei-js/registry no longer exports gas metadata. For EVM transactions, use eth_gasPrice and eth_estimateGas. See Gas and fees.TOKEN_LIST
Token metadata per network includes names, symbols, base denominations, decimal exponents, images, and CoinGecko IDs:images object with png and svg URLs suitable for display in wallet UIs or token pickers.
CHAIN_INFO
CHAIN_INFO contains mainnet metadata such as the seid binary name, Bech32 prefix, fee token, SLIP-44 coin type, and supported native wallets:
supported_wallets reflects the upstream chain registry. It is not an exhaustive list of wallets that can connect to Sei.