1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

coins_details: Fixing Decred (closes #167), adding Cardano, Tezos, updating Groestlcoin

This commit is contained in:
slush 2018-07-13 16:28:21 +02:00
parent 32850a6262
commit bade531099

View File

@ -1,5 +1,15 @@
{ {
"coins": { "coins": {
"coin2:ADA": {
"links": {
"Homepage": "https://www.cardano.org"
},
"name": "Cardano",
"shortcut": "ADA",
"t1_enabled": "no",
"t2_enabled": "soon",
"type": "coin"
},
"coin2:EGEM": { "coin2:EGEM": {
"links": { "links": {
"Homepage": "https://egem.io" "Homepage": "https://egem.io"
@ -181,6 +191,16 @@
"t2_enabled": "soon", "t2_enabled": "soon",
"type": "coin" "type": "coin"
}, },
"coin2:XTZ": {
"links": {
"Homepage": "https://tezos.com"
},
"name": "Tezos",
"shortcut": "XTZ",
"t1_enabled": "no",
"t2_enabled": "soon",
"type": "coin"
},
"coin:BCH": { "coin:BCH": {
"links": { "links": {
"Github": "https://github.com/Bitcoin-ABC/bitcoin-abc", "Github": "https://github.com/Bitcoin-ABC/bitcoin-abc",
@ -288,7 +308,7 @@
"name": "Decred", "name": "Decred",
"shortcut": "DCR", "shortcut": "DCR",
"t1_enabled": "yes", "t1_enabled": "yes",
"t2_enabled": "yes", "t2_enabled": "no",
"type": "coin" "type": "coin"
}, },
"coin:DGB": { "coin:DGB": {
@ -376,11 +396,11 @@
"name": "Groestlcoin", "name": "Groestlcoin",
"shortcut": "GRS", "shortcut": "GRS",
"t1_enabled": "yes", "t1_enabled": "yes",
"t2_enabled": "no", "t2_enabled": "soon",
"type": "coin", "type": "coin",
"wallet": { "wallet": {
"Electrum-GRS": "https://www.groestlcoin.org/groestlcoin-electrum-wallet/" "Electrum-GRS": "https://www.groestlcoin.org/groestlcoin-electrum-wallet/"
} }
}, },
"coin:KOTO": { "coin:KOTO": {
"links": { "links": {
@ -450,6 +470,17 @@
"Electrum-NMC": "https://github.com/namecoin/electrum-nmc" "Electrum-NMC": "https://github.com/namecoin/electrum-nmc"
} }
}, },
"coin:PTC": {
"links": {
"Github": "https://github.com/FundacionPesetacoin/PesetacoinCore",
"Homepage": "http://pesetacoin.info"
},
"name": "Pesetacoin",
"shortcut": "PTC",
"t1_enabled": "no",
"t2_enabled": "no",
"type": "coin"
},
"coin:TAZ": { "coin:TAZ": {
"hidden": 1, "hidden": 1,
"links": { "links": {
@ -598,6 +629,18 @@
"Trezor": "https://wallet.trezor.io" "Trezor": "https://wallet.trezor.io"
} }
}, },
"coin:ZEN": {
"links": {
"Github": "https://github.com/ZencashOfficial/zen",
"Homepage": "https://zencash.com"
},
"marketcap_usd": 0,
"name": "Zencash",
"shortcut": "ZEN",
"t1_enabled": "no",
"t2_enabled": "soon",
"type": "coin"
},
"coin:tDASH": { "coin:tDASH": {
"hidden": 1, "hidden": 1,
"links": { "links": {
@ -621,7 +664,7 @@
"name": "Groestlcoin Testnet", "name": "Groestlcoin Testnet",
"shortcut": "tGRS", "shortcut": "tGRS",
"t1_enabled": "yes", "t1_enabled": "yes",
"t2_enabled": "no", "t2_enabled": "soon",
"type": "coin" "type": "coin"
}, },
"coin:tXZC": { "coin:tXZC": {
@ -12771,9 +12814,9 @@
"info": { "info": {
"marketcap_usd": 191456100947, "marketcap_usd": 191456100947,
"t1_coins": 689, "t1_coins": 689,
"t2_coins": 689, "t2_coins": 688,
"total_marketcap_usd": 258211684605, "total_marketcap_usd": 249918599444,
"updated_at": 1529951560, "updated_at": 1531492040,
"updated_at_readable": "Mon Jun 25 20:32:40 2018" "updated_at_readable": "Fri Jul 13 16:27:20 2018"
} }
} }