1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 14:58:09 +00:00

defs: add more electrum forks to support.json

This commit is contained in:
Pavol Rusnak 2018-06-21 18:03:30 +02:00
parent 2f418817cc
commit 1e94dbce6a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -84,8 +84,16 @@
}, },
"electrum": { "electrum": {
"Bitcoin": "https://electrum.org", "Bitcoin": "https://electrum.org",
"Litecoin": "https://electrum-ltc.org",
"Bcash": "https://electroncash.org", "Bcash": "https://electroncash.org",
"Dash": "https://electrum.dash.org" "Bgold": "https://github.com/BTCGPU/electrum",
"Bprivate": "https://github.com/BTCPrivate/electrum-btcp",
"Dash": "https://electrum.dash.org",
"Groestlcoin": "https://www.groestlcoin.org/groestlcoin-electrum-wallet/",
"Koto": "https://electrum.kotocoin.info",
"Litecoin": "https://electrum-ltc.org",
"Monacoin": "https://electrum-mona.org",
"Namecoin": "https://github.com/namecoin/electrum-nmc",
"Viacoin": "https://vialectrum.org",
"Zcoin": "https://github.com/zcoinofficial/electrum-xzc"
} }
} }