Files
trezor-firmware/common/defs/ethereum/networks.json
Jiří Čermák 58c0e94bef chore(ethereum): upgrading from Holesky to Hoodi
- Ethereum testnet upgrade.  Updated literal references, and fixtures with the new name and chain ID.
- SLIP44 base indices updated from 1 to 60.
- Small change in eth/keychain required to work with older 1 index based
  testnet addresses.
2025-10-15 21:26:37 +02:00

100 lines
2.2 KiB
JSON

[
{
"chain": "eth",
"chain_id": 1,
"coingecko_id": "ethereum",
"is_testnet": false,
"name": "Ethereum",
"shortcut": "ETH",
"symbol": "ETH",
"slip44": 60
},
{
"chain": "hol",
"chain_id": 17000,
"is_testnet": true,
"name": "Holesky",
"shortcut": "tHOL",
"symbol": "tHOL",
"slip44": 60
},
{
"chain": "hod",
"chain_id": 560048,
"is_testnet": true,
"name": "Hoodi",
"shortcut": "tHOD",
"symbol": "tHOD",
"slip44": 60
},
{
"chain": "sep",
"chain_id": 11155111,
"is_testnet": true,
"name": "Sepolia",
"shortcut": "tSEP",
"symbol": "tSEP",
"slip44": 60
},
{
"chain": "bsc",
"chain_id": 56,
"coingecko_id": "binance-smart-chain",
"is_testnet": false,
"name": "BNB Smart Chain",
"shortcut": "BSC",
"symbol": "BNB",
"slip44": 714
},
{
"chain": "etc",
"chain_id": 61,
"coingecko_id": "ethereum-classic",
"is_testnet": false,
"name": "Ethereum Classic",
"shortcut": "ETC",
"symbol": "ETC",
"slip44": 61
},
{
"chain": "pol",
"chain_id": 137,
"coingecko_id": "polygon-pos",
"is_testnet": false,
"name": "Polygon",
"shortcut": "POL",
"symbol": "POL",
"slip44": 966
},
{
"chain": "arb",
"chain_id": 42161,
"coingecko_id": "arbitrum-one",
"is_testnet": false,
"name": "Arbitrum One",
"shortcut": "ARB",
"symbol": "ETH",
"slip44": 9001
},
{
"chain": "base",
"chain_id": 8453,
"coingecko_id": "base",
"is_testnet": false,
"name": "Base",
"shortcut": "BASE",
"symbol": "ETH",
"slip44": 8453
},
{
"chain": "op",
"chain_id": 10,
"coingecko_id": "optimistic-ethereum",
"is_testnet": false,
"name": "Optimism",
"shortcut": "OP",
"symbol": "ETH",
"slip44": 614
}
]