mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-22 05:10:56 +00:00
add new stuff to support.json
This commit is contained in:
parent
eb0c46542b
commit
bea5e32046
@ -54,16 +54,6 @@
|
||||
"url": "https://ubiqsmart.com",
|
||||
"blockbook": []
|
||||
},
|
||||
{
|
||||
"chain": "eosc",
|
||||
"chain_id": 2018,
|
||||
"slip44": 2018,
|
||||
"shortcut": "EOSC",
|
||||
"name": "EOS Classic",
|
||||
"rskip60": false,
|
||||
"url": "https://eos-classic.io",
|
||||
"blockbook": []
|
||||
},
|
||||
{
|
||||
"chain": "etsc",
|
||||
"chain_id": 28,
|
||||
@ -147,6 +137,16 @@
|
||||
"url": "https://ellaism.org",
|
||||
"blockbook": []
|
||||
},
|
||||
{
|
||||
"chain": "mix",
|
||||
"chain_id": 76,
|
||||
"slip44": 76,
|
||||
"shortcut": "MIX",
|
||||
"name": "Mix",
|
||||
"rskip60": false,
|
||||
"url": "https://www.mix-blockchain.org",
|
||||
"blockbook": []
|
||||
},
|
||||
{
|
||||
"chain": "clo",
|
||||
"chain_id": 820,
|
||||
@ -167,6 +167,16 @@
|
||||
"url": "https://atheios.com",
|
||||
"blockbook": []
|
||||
},
|
||||
{
|
||||
"chain": "eosc",
|
||||
"chain_id": 2018,
|
||||
"slip44": 2018,
|
||||
"shortcut": "EOSC",
|
||||
"name": "EOS Classic",
|
||||
"rskip60": false,
|
||||
"url": "https://eos-classic.io",
|
||||
"blockbook": []
|
||||
},
|
||||
{
|
||||
"chain": "egem",
|
||||
"chain_id": 1987,
|
||||
@ -226,15 +236,5 @@
|
||||
"rskip60": false,
|
||||
"url": "https://pirl.io",
|
||||
"blockbook": []
|
||||
},
|
||||
{
|
||||
"chain": "mix",
|
||||
"chain_id": 76,
|
||||
"slip44": 76,
|
||||
"shortcut": "MIX",
|
||||
"name": "Mix",
|
||||
"rskip60": false,
|
||||
"url": "https://www.mix-blockchain.org",
|
||||
"blockbook": []
|
||||
}
|
||||
]
|
||||
|
@ -24,6 +24,7 @@
|
||||
"eth:ETSC": true,
|
||||
"eth:EXP": true,
|
||||
"eth:GO": true,
|
||||
"eth:MIX": true,
|
||||
"eth:MUSIC": true,
|
||||
"eth:PIRL": true,
|
||||
"eth:RSK": true,
|
||||
@ -51,6 +52,7 @@
|
||||
"supported": {
|
||||
"bitcoin:ACM": "soon",
|
||||
"bitcoin:BCH": "1.6.2",
|
||||
"bitcoin:BITC": "soon",
|
||||
"bitcoin:BSD": "soon",
|
||||
"bitcoin:BTC": "1.5.2",
|
||||
"bitcoin:BTCP": "1.6.2",
|
||||
@ -783,6 +785,7 @@
|
||||
"eth:ETSC": "1.6.2",
|
||||
"eth:EXP": "1.6.2",
|
||||
"eth:GO": "1.6.2",
|
||||
"eth:MIX": "soon",
|
||||
"eth:MUSIC": "1.6.3",
|
||||
"eth:PIRL": "1.6.3",
|
||||
"eth:RSK": "1.6.2",
|
||||
@ -968,6 +971,7 @@
|
||||
"supported": {
|
||||
"bitcoin:ACM": "soon",
|
||||
"bitcoin:BCH": "2.0.7",
|
||||
"bitcoin:BITC": "soon",
|
||||
"bitcoin:BSD": "soon",
|
||||
"bitcoin:BTC": "2.0.5",
|
||||
"bitcoin:BTCP": "2.0.7",
|
||||
@ -1702,6 +1706,7 @@
|
||||
"eth:ETSC": "2.0.7",
|
||||
"eth:EXP": "2.0.7",
|
||||
"eth:GO": "2.0.7",
|
||||
"eth:MIX": "soon",
|
||||
"eth:MUSIC": "2.0.8",
|
||||
"eth:PIRL": "2.0.8",
|
||||
"eth:RSK": "2.0.7",
|
||||
|
Loading…
Reference in New Issue
Block a user