mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-03 04:58:25 +00:00
56fbd816c9
- move bitcoin wallet links from coins_details.override.json to a separate wallets.json file - drop NanoWallet links from nem nem_mosaics.json, auto-add them in coins_details.py instead - move misc wallet links to misc.json - clean out override file - change wallet format in coins_details.json: - they're now list instead of dict, so that we can specify ordering - add Trezor Beta wallet link to ETH/ETC and their tokens - somewhat stricter checking of trezor.io wallet data
15 lines
268 B
JSON
15 lines
268 B
JSON
{
|
|
"nem:DIMTOK": {
|
|
"coinmarketcap_alias": "dimcoin"
|
|
},
|
|
"erc20:eth:VEN": {
|
|
"links": {
|
|
"Homepage": "https://www.vechain.com"
|
|
}
|
|
},
|
|
"erc20:eth:YUPIE": {
|
|
"hidden": 1,
|
|
"notes": "Replaced by YUP"
|
|
}
|
|
}
|