1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 19:39:05 +00:00
trezor-firmware/defs/wallets.json
matejcik 56fbd816c9 improve wallet lists
- 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
2018-11-20 17:27:12 +01:00

46 lines
1.3 KiB
JSON

{
"bitcoin:BCH": {
"Electron Cash": "https://electroncash.org"
},
"bitcoin:BTC": {
"Electrum": "https://electrum.org"
},
"bitcoin:BTCP": {
"BTCP Electrum": "https://github.com/BTCPrivate/electrum-btcp"
},
"bitcoin:BTG": {
"ElectrumG": "https://github.com/BTCGPU/electrum"
},
"bitcoin:DASH": {
"Dash Electrum": "https://electrum.dash.org"
},
"bitcoin:FJC": {
"Electrum-FJC": "http://www.fujicoin.org/downloads.php"
},
"bitcoin:GAME": {
"Electrum-GAME": "https://electrum-game.org"
},
"bitcoin:GRS": {
"Electrum-GRS": "https://www.groestlcoin.org/groestlcoin-electrum-wallet"
},
"bitcoin:KOTO": {
"Electrum-KOTO": "https://electrum.kotocoin.info"
},
"bitcoin:LTC": {
"Electrum-LTC": "https://electrum-ltc.org"
},
"bitcoin:MONA": {
"Electrum-MONA": "https://electrum-mona.org"
},
"bitcoin:NMC": {
"Electrum-NMC": "https://github.com/namecoin/electrum-nmc"
},
"bitcoin:VIA": {
"Vialectrum": "https://vialectrum.org"
},
"bitcoin:XZC": {
"Electrum-XZC": "https://github.com/zcoinofficial/electrum-xzc",
"Znode Tool": "https://github.com/yura-pakhuchiy/znode-tool"
}
}