1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-08-02 11:58:32 +00:00

defs/ethereum: add rskip60 attribute to networks.json

This commit is contained in:
Pavol Rusnak 2018-06-11 17:51:47 +02:00
parent 19448419e6
commit 57a31feb2e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -4,6 +4,7 @@
"slip44": 60, "slip44": 60,
"shortcut": "ETH", "shortcut": "ETH",
"name": "Ethereum", "name": "Ethereum",
"rskip60": false,
"url": "https://www.ethereum.org" "url": "https://www.ethereum.org"
}, },
{ {
@ -11,6 +12,7 @@
"slip44": 40, "slip44": 40,
"shortcut": "EXP", "shortcut": "EXP",
"name": "Expanse", "name": "Expanse",
"rskip60": false,
"url": "https://expanse.tech" "url": "https://expanse.tech"
}, },
{ {
@ -18,6 +20,7 @@
"slip44": 1, "slip44": 1,
"shortcut": "tETH", "shortcut": "tETH",
"name": "Ethereum Testnet Ropsten", "name": "Ethereum Testnet Ropsten",
"rskip60": false,
"url": "https://www.ethereum.org" "url": "https://www.ethereum.org"
}, },
{ {
@ -25,6 +28,7 @@
"slip44": 1, "slip44": 1,
"shortcut": "tETH", "shortcut": "tETH",
"name": "Ethereum Testnet Rinkeby", "name": "Ethereum Testnet Rinkeby",
"rskip60": false,
"url": "https://www.ethereum.org" "url": "https://www.ethereum.org"
}, },
{ {
@ -32,6 +36,7 @@
"slip44": 108, "slip44": 108,
"shortcut": "UBQ", "shortcut": "UBQ",
"name": "UBIQ", "name": "UBIQ",
"rskip60": false,
"url": "https://ubiqsmart.com" "url": "https://ubiqsmart.com"
}, },
{ {
@ -39,6 +44,7 @@
"slip44": 2018, "slip44": 2018,
"shortcut": "EOSC", "shortcut": "EOSC",
"name": "EOS Classic", "name": "EOS Classic",
"rskip60": false,
"url": "https://eos-classic.io" "url": "https://eos-classic.io"
}, },
{ {
@ -46,6 +52,7 @@
"slip44": 1128, "slip44": 1128,
"shortcut": "ETSC", "shortcut": "ETSC",
"name": "Ethereum Social", "name": "Ethereum Social",
"rskip60": false,
"url": "https://ethereumsocial.kr" "url": "https://ethereumsocial.kr"
}, },
{ {
@ -53,6 +60,7 @@
"slip44": 137, "slip44": 137,
"shortcut": "RSK", "shortcut": "RSK",
"name": "RSK", "name": "RSK",
"rskip60": true,
"url": "https://www.rsk.co" "url": "https://www.rsk.co"
}, },
{ {
@ -60,6 +68,7 @@
"slip44": 1, "slip44": 1,
"shortcut": "tRSK", "shortcut": "tRSK",
"name": "RSK Testnet", "name": "RSK Testnet",
"rskip60": true,
"url": "https://www.rsk.co" "url": "https://www.rsk.co"
}, },
{ {
@ -67,6 +76,7 @@
"slip44": 1, "slip44": 1,
"shortcut": "tETH", "shortcut": "tETH",
"name": "Ethereum Testnet Kovan", "name": "Ethereum Testnet Kovan",
"rskip60": false,
"url": "https://www.ethereum.org" "url": "https://www.ethereum.org"
}, },
{ {
@ -74,6 +84,7 @@
"slip44": 61, "slip44": 61,
"shortcut": "ETC", "shortcut": "ETC",
"name": "Ethereum Classic", "name": "Ethereum Classic",
"rskip60": false,
"url": "https://ethereumclassic.github.io" "url": "https://ethereumclassic.github.io"
}, },
{ {
@ -81,6 +92,7 @@
"slip44": 1, "slip44": 1,
"shortcut": "tETC", "shortcut": "tETC",
"name": "Ethereum Classic Testnet", "name": "Ethereum Classic Testnet",
"rskip60": false,
"url": "https://ethereumclassic.github.io" "url": "https://ethereumclassic.github.io"
}, },
{ {
@ -88,6 +100,7 @@
"slip44": 163, "slip44": 163,
"shortcut": "ELLA", "shortcut": "ELLA",
"name": "Ellaism", "name": "Ellaism",
"rskip60": false,
"url": "https://ellaism.org" "url": "https://ellaism.org"
}, },
{ {
@ -95,6 +108,7 @@
"slip44": 820, "slip44": 820,
"shortcut": "CLO", "shortcut": "CLO",
"name": "Callisto", "name": "Callisto",
"rskip60": false,
"url": "https://callisto.network" "url": "https://callisto.network"
}, },
{ {
@ -102,6 +116,7 @@
"slip44": 1987, "slip44": 1987,
"shortcut": "EGEM", "shortcut": "EGEM",
"name": "EtherGem", "name": "EtherGem",
"rskip60": false,
"url": "https://egem.io" "url": "https://egem.io"
} }
] ]