1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 03:19:05 +00:00
trezor-firmware/defs/ethereum/networks.json

139 lines
2.6 KiB
JSON
Raw Normal View History

2018-05-09 12:00:53 +00:00
[
{
"chain_id": 1,
"slip44": 60,
2018-05-09 12:00:53 +00:00
"shortcut": "ETH",
"name": "Ethereum",
"rskip60": false,
2018-05-09 12:00:53 +00:00
"url": "https://www.ethereum.org"
},
{
"chain_id": 2,
"slip44": 40,
2018-05-09 12:00:53 +00:00
"shortcut": "EXP",
"name": "Expanse",
"rskip60": false,
2018-05-09 12:00:53 +00:00
"url": "https://expanse.tech"
},
{
"chain_id": 3,
"slip44": 1,
2018-05-09 12:00:53 +00:00
"shortcut": "tETH",
2018-06-05 12:25:00 +00:00
"name": "Ethereum Testnet Ropsten",
"rskip60": false,
2018-05-09 12:00:53 +00:00
"url": "https://www.ethereum.org"
},
{
"chain_id": 4,
"slip44": 1,
2018-05-09 12:00:53 +00:00
"shortcut": "tETH",
2018-06-05 12:25:00 +00:00
"name": "Ethereum Testnet Rinkeby",
"rskip60": false,
2018-05-09 12:00:53 +00:00
"url": "https://www.ethereum.org"
},
{
"chain_id": 8,
"slip44": 108,
2018-05-09 12:00:53 +00:00
"shortcut": "UBQ",
"name": "UBIQ",
"rskip60": false,
2018-05-09 12:00:53 +00:00
"url": "https://ubiqsmart.com"
},
2018-06-11 15:43:18 +00:00
{
"chain_id": 20,
"slip44": 2018,
"shortcut": "EOSC",
"name": "EOS Classic",
"rskip60": false,
2018-06-11 15:43:18 +00:00
"url": "https://eos-classic.io"
},
2018-05-17 11:34:28 +00:00
{
"chain_id": 28,
"slip44": 1128,
2018-05-17 11:34:28 +00:00
"shortcut": "ETSC",
"name": "Ethereum Social",
"rskip60": false,
2018-05-17 11:34:28 +00:00
"url": "https://ethereumsocial.kr"
},
2018-05-09 12:00:53 +00:00
{
"chain_id": 30,
"slip44": 137,
2018-05-09 12:00:53 +00:00
"shortcut": "RSK",
2018-06-11 13:51:55 +00:00
"name": "RSK",
"rskip60": true,
2018-05-09 12:00:53 +00:00
"url": "https://www.rsk.co"
},
{
"chain_id": 31,
"slip44": 37310,
2018-05-09 12:00:53 +00:00
"shortcut": "tRSK",
2018-06-11 13:51:55 +00:00
"name": "RSK Testnet",
"rskip60": true,
2018-05-09 12:00:53 +00:00
"url": "https://www.rsk.co"
},
{
"chain_id": 42,
"slip44": 1,
2018-05-09 12:00:53 +00:00
"shortcut": "tETH",
2018-06-05 12:25:00 +00:00
"name": "Ethereum Testnet Kovan",
"rskip60": false,
2018-05-09 12:00:53 +00:00
"url": "https://www.ethereum.org"
},
2018-06-26 19:09:23 +00:00
{
"chain_id": 60,
"slip44": 6060,
"shortcut": "GO",
"name": "GoChain",
"rskip60": false,
"url": "https://gochain.io"
},
2018-05-09 12:00:53 +00:00
{
"chain_id": 61,
"slip44": 61,
2018-05-09 12:00:53 +00:00
"shortcut": "ETC",
"name": "Ethereum Classic",
"rskip60": false,
2018-05-09 12:00:53 +00:00
"url": "https://ethereumclassic.github.io"
},
{
"chain_id": 62,
"slip44": 1,
2018-05-09 12:00:53 +00:00
"shortcut": "tETC",
"name": "Ethereum Classic Testnet",
"rskip60": false,
2018-05-09 12:00:53 +00:00
"url": "https://ethereumclassic.github.io"
},
2018-05-27 08:19:36 +00:00
{
"chain_id": 64,
2018-05-28 12:54:49 +00:00
"slip44": 163,
2018-05-27 08:19:36 +00:00
"shortcut": "ELLA",
"name": "Ellaism",
"rskip60": false,
2018-05-27 08:19:36 +00:00
"url": "https://ellaism.org"
},
2018-05-28 12:54:49 +00:00
{
"chain_id": 820,
"slip44": 820,
"shortcut": "CLO",
"name": "Callisto",
"rskip60": false,
2018-05-28 12:54:49 +00:00
"url": "https://callisto.network"
},
2018-05-09 12:00:53 +00:00
{
"chain_id": 1987,
"slip44": 1987,
2018-05-09 12:00:53 +00:00
"shortcut": "EGEM",
"name": "EtherGem",
"rskip60": false,
2018-05-09 12:00:53 +00:00
"url": "https://egem.io"
},
{
"chain_id": 31102,
"slip44": 31102,
"shortcut": "ESN",
"name": "Ethersocial Network",
"rskip60": false,
"url": "https://ethersocial.org"
2018-05-09 12:00:53 +00:00
}
]