1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 03:19:05 +00:00
trezor-firmware/defs/support.json

98 lines
2.2 KiB
JSON
Raw Normal View History

{
"trezor1": {
"Bitcoin": "1.5.2",
"Testnet": "1.5.2",
"Bcash": "1.6.2",
2018-06-21 11:40:03 +00:00
"Bcash Testnet": "1.6.2",
2018-06-15 09:48:41 +00:00
"Bgold": "1.6.2",
2018-06-21 11:40:03 +00:00
"Bprivate": "1.6.2",
"Dash": "1.5.2",
"Dash Testnet": "1.6.2",
2018-06-21 11:15:46 +00:00
"Decred": "1.6.2",
2018-06-21 11:40:03 +00:00
"Decred Testnet": "1.6.2",
"DigiByte": "1.6.0",
2018-06-21 11:40:03 +00:00
"Dogecoin": "1.5.2",
"Fujicoin": "1.6.1",
2018-06-21 11:40:03 +00:00
"Groestlcoin": "1.6.2",
"Groestlcoin Testnet": "1.6.2",
"Litecoin": "1.5.2",
"Litecoin Testnet": "1.6.2",
"Monacoin": "1.6.0",
"Namecoin": "1.5.2",
"Vertcoin": "1.6.1",
2018-06-21 11:40:03 +00:00
"Viacoin": "1.6.2",
"Zcash": "1.6.2",
"Zcash Testnet": "1.6.2",
2018-06-21 11:40:03 +00:00
"Zcoin": "1.6.2",
"Zcoin Testnet": "1.6.2"
},
"trezor2": {
"Bitcoin": "2.0.5",
"Testnet": "2.0.5",
"Bcash": "2.0.7",
"Bcash Testnet": "2.0.7",
2018-06-15 09:48:41 +00:00
"Bgold": "2.0.7",
2018-06-21 11:40:03 +00:00
"Bprivate": "2.0.7",
"Dash": "2.0.5",
"DigiByte": "2.0.5",
2018-06-21 11:40:03 +00:00
"Dogecoin": "2.0.5",
"Fujicoin": "2.0.5",
2018-06-21 11:40:03 +00:00
"Litecoin": "2.0.5",
"Litecoin Testnet": "2.0.7",
"Monacoin": "2.0.5",
"Namecoin": "2.0.5",
"Vertcoin": "2.0.5",
"Viacoin": "2.0.7",
"Zcash": "2.0.7",
"Zcash Testnet": "2.0.7",
"Zcoin": "2.0.7",
"Zcoin Testnet": "2.0.7"
},
2018-05-30 09:10:54 +00:00
"connect": {
"Bitcoin": true,
2018-06-21 11:40:03 +00:00
"Testnet": true,
2018-05-30 09:10:54 +00:00
"Bcash": true,
"Bgold": true,
"Dash": true,
"Litecoin": true,
2018-06-21 11:40:03 +00:00
"Zcash": true
2018-05-30 09:10:54 +00:00
},
"webwallet": {
"Bitcoin": true,
2018-06-21 11:40:03 +00:00
"Testnet": true,
"Bcash": true,
"Bgold": true,
2018-06-21 11:40:03 +00:00
"Bprivate": true,
"Dash": true,
2018-06-21 11:40:03 +00:00
"Decred": true,
"Decred Testnet": true,
"DigiByte": true,
2018-06-21 10:05:41 +00:00
"Dogecoin": true,
2018-06-21 11:40:03 +00:00
"Fujicoin": true,
"Groestlcoin": true,
"Groestlcoin Testnet": true,
"Litecoin": true,
2018-06-21 11:40:03 +00:00
"Litecoin Testnet": true,
"Monacoin": true,
"Vertcoin": true,
2018-06-21 11:40:03 +00:00
"Viacoin": true,
"Zcash": true,
2018-06-21 11:40:03 +00:00
"Zcash Testnet": true,
"Zcoin": true
},
"electrum": {
2018-06-21 11:15:46 +00:00
"Bitcoin": "https://electrum.org",
"Bcash": "https://electroncash.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"
}
}