@@ -5,8 +5,8 @@ keywords: [MetaMask, Agent Wallet, chains, networks, EVM]
55
66# Supported chains
77
8- MetaMask Agent Wallet supports multiple EVM chains. The authoritative list is the output of
9- ` mm chains list ` .
8+ MetaMask Agent Wallet supports all EVM chains.
9+ The authoritative list of preconfigured networks is the output of ` mm chains list ` .
1010
1111## List supported chains
1212
@@ -22,19 +22,25 @@ mm chains list --json
2222
2323## Product coverage
2424
25- The CLI commonly includes Ethereum, Linea, Arbitrum, Avalanche, Optimism, Base, and Polygon.
26- Availability varies by CLI version. Always confirm with ` mm chains list ` before scripting against a
27- specific network.
28-
29- | Network | Typical chain ID |
30- | --------- | ---------------- |
31- | Ethereum | ` 1 ` |
32- | Linea | ` 59144 ` |
33- | Arbitrum | ` 42161 ` |
34- | Avalanche | ` 43114 ` |
35- | Optimism | ` 10 ` |
36- | Base | ` 8453 ` |
37- | Polygon | ` 137 ` |
25+ Agent Wallet supports all EVM-compatible chains.
26+ Pass any EIP-155 chain ID to ` --chain-id ` for signing, transfers, balances, and other wallet
27+ operations.
28+
29+ The tables below list every network from ` mm chains list ` .
30+ Availability varies by CLI version.
31+ Always confirm with ` mm chains list ` before scripting against a specific network.
32+
33+ | Network | Mainnet chain ID | Testnet | Testnet chain ID |
34+ | ------------ | ---------------- | ---------------- | ---------------- |
35+ | Arbitrum One | ` 42161 ` | Arbitrum Sepolia | ` 421614 ` |
36+ | Avalanche | ` 43114 ` | Avalanche Fuji | ` 43113 ` |
37+ | Base | ` 8453 ` | Base Sepolia | ` 84532 ` |
38+ | BSC | ` 56 ` | BSC Testnet | ` 97 ` |
39+ | Ethereum | ` 1 ` | Sepolia | ` 11155111 ` |
40+ | Linea | ` 59144 ` | Linea Sepolia | ` 59141 ` |
41+ | Optimism | ` 10 ` | Optimism Sepolia | ` 11155420 ` |
42+ | Polygon | ` 137 ` | Polygon Amoy | ` 80002 ` |
43+ | Celo | ` 42220 ` | | |
3844
3945## Per-chain balances
4046
0 commit comments