1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-31 18:00:58 +00:00
trezor-firmware/common/defs/ethereum/networks.json

91 lines
2.0 KiB
JSON
Raw Normal View History

[
{
"chain": "eth",
"chain_id": 1,
"coingecko_id": "ethereum",
"is_testnet": false,
"name": "Ethereum",
"shortcut": "ETH",
"symbol": "ETH",
"slip44": 60
},
{
2024-07-30 16:52:11 +00:00
"chain": "hol",
"chain_id": 17000,
"is_testnet": true,
2024-07-30 16:52:11 +00:00
"name": "Holesky",
"shortcut": "tHOL",
"symbol": "tHOL",
"slip44": 1
},
{
2024-07-30 16:52:11 +00:00
"chain": "sep",
"chain_id": 11155111,
"is_testnet": true,
2024-07-30 16:52:11 +00:00
"name": "Sepolia",
"shortcut": "tSEP",
"symbol": "tSEP",
"slip44": 1
},
{
2024-07-30 16:52:11 +00:00
"chain": "bsc",
"chain_id": 56,
"coingecko_id": "binance-smart-chain",
"is_testnet": false,
2024-07-30 16:52:11 +00:00
"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
}
]