mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 11:28:14 +00:00
defs: add new coins to support.json
This commit is contained in:
parent
d71239faff
commit
e74d966cf6
@ -3,57 +3,81 @@
|
|||||||
"Bitcoin": "1.5.2",
|
"Bitcoin": "1.5.2",
|
||||||
"Testnet": "1.5.2",
|
"Testnet": "1.5.2",
|
||||||
"Bcash": "1.6.2",
|
"Bcash": "1.6.2",
|
||||||
"Namecoin": "1.5.2",
|
|
||||||
"Litecoin": "1.5.2",
|
|
||||||
"Dogecoin": "1.5.2",
|
|
||||||
"Dash": "1.5.2",
|
|
||||||
"Zcash": "1.6.2",
|
|
||||||
"Bgold": "1.6.2",
|
|
||||||
"Decred": "1.6.2",
|
|
||||||
"DigiByte": "1.6.0",
|
|
||||||
"Monacoin": "1.6.0",
|
|
||||||
"Fujicoin": "1.6.1",
|
|
||||||
"Vertcoin": "1.6.1",
|
|
||||||
"Bcash Testnet": "1.6.2",
|
"Bcash Testnet": "1.6.2",
|
||||||
|
"Bgold": "1.6.2",
|
||||||
|
"Bprivate": "1.6.2",
|
||||||
|
"Dash": "1.5.2",
|
||||||
|
"Dash Testnet": "1.6.2",
|
||||||
|
"Decred": "1.6.2",
|
||||||
|
"Decred Testnet": "1.6.2",
|
||||||
|
"DigiByte": "1.6.0",
|
||||||
|
"Dogecoin": "1.5.2",
|
||||||
|
"Fujicoin": "1.6.1",
|
||||||
|
"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",
|
||||||
|
"Viacoin": "1.6.2",
|
||||||
|
"Zcash": "1.6.2",
|
||||||
"Zcash Testnet": "1.6.2",
|
"Zcash Testnet": "1.6.2",
|
||||||
"Decred Testnet": "1.6.2"
|
"Zcoin": "1.6.2",
|
||||||
|
"Zcoin Testnet": "1.6.2"
|
||||||
},
|
},
|
||||||
"trezor2": {
|
"trezor2": {
|
||||||
"Bitcoin": "2.0.5",
|
"Bitcoin": "2.0.5",
|
||||||
"Testnet": "2.0.5",
|
"Testnet": "2.0.5",
|
||||||
"Bcash": "2.0.7",
|
"Bcash": "2.0.7",
|
||||||
"Bcash Testnet": "2.0.7",
|
"Bcash Testnet": "2.0.7",
|
||||||
"Namecoin": "2.0.5",
|
"Bgold": "2.0.7",
|
||||||
"Litecoin": "2.0.5",
|
"Bprivate": "2.0.7",
|
||||||
"Dogecoin": "2.0.5",
|
|
||||||
"Dash": "2.0.5",
|
"Dash": "2.0.5",
|
||||||
|
"DigiByte": "2.0.5",
|
||||||
|
"Dogecoin": "2.0.5",
|
||||||
|
"Fujicoin": "2.0.5",
|
||||||
|
"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": "2.0.7",
|
||||||
"Zcash Testnet": "2.0.7",
|
"Zcash Testnet": "2.0.7",
|
||||||
"Bgold": "2.0.7",
|
"Zcoin": "2.0.7",
|
||||||
"DigiByte": "2.0.5",
|
"Zcoin Testnet": "2.0.7"
|
||||||
"Monacoin": "2.0.5",
|
|
||||||
"Fujicoin": "2.0.5",
|
|
||||||
"Vertcoin": "2.0.5"
|
|
||||||
},
|
},
|
||||||
"connect": {
|
"connect": {
|
||||||
"Bitcoin": true,
|
"Bitcoin": true,
|
||||||
|
"Testnet": true,
|
||||||
"Bcash": true,
|
"Bcash": true,
|
||||||
"Bgold": true,
|
"Bgold": true,
|
||||||
"Dash": true,
|
"Dash": true,
|
||||||
"Litecoin": true,
|
"Litecoin": true,
|
||||||
"Zcash": true,
|
"Zcash": true
|
||||||
"Testnet": true
|
|
||||||
},
|
},
|
||||||
"webwallet": {
|
"webwallet": {
|
||||||
"Bitcoin": true,
|
"Bitcoin": true,
|
||||||
|
"Testnet": true,
|
||||||
"Bcash": true,
|
"Bcash": true,
|
||||||
"Bgold": true,
|
"Bgold": true,
|
||||||
|
"Bprivate": true,
|
||||||
"Dash": true,
|
"Dash": true,
|
||||||
|
"Decred": true,
|
||||||
|
"Decred Testnet": true,
|
||||||
|
"DigiByte": true,
|
||||||
"Dogecoin": true,
|
"Dogecoin": true,
|
||||||
|
"Fujicoin": true,
|
||||||
|
"Groestlcoin": true,
|
||||||
|
"Groestlcoin Testnet": true,
|
||||||
"Litecoin": true,
|
"Litecoin": true,
|
||||||
|
"Litecoin Testnet": true,
|
||||||
|
"Monacoin": true,
|
||||||
|
"Viacoin": true,
|
||||||
"Zcash": true,
|
"Zcash": true,
|
||||||
"Testnet": true,
|
"Zcash Testnet": true,
|
||||||
"Zcash Testnet": true
|
"Zcoin": true
|
||||||
},
|
},
|
||||||
"electrum": {
|
"electrum": {
|
||||||
"Bitcoin": "https://electrum.org",
|
"Bitcoin": "https://electrum.org",
|
||||||
|
Loading…
Reference in New Issue
Block a user