CAIP-2 Chain Identifiers
Mure uses CAIP-2 identifiers for all chain references. CAIP-2 provides a canonical, unambiguous way to name any blockchain.
Format
{namespace}:{reference}
- namespace — The ecosystem or standard family (e.g.
eip155for EVM chains). - reference — The chain-specific identifier (e.g.
1for Ethereum mainnet).
Examples
| Identifier | Chain |
|---|---|
eip155:1 | Ethereum mainnet |
eip155:11155111 | Ethereum Sepolia testnet |
eip155:137 | Polygon mainnet |
eip155:42161 | Arbitrum One |