1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 11:28:14 +00:00

defs: add support for dogecoin and vertcoin (port of #176)

This commit is contained in:
matejcik 2018-07-27 12:01:21 +02:00
parent 3630571a0a
commit cd5538bcc5

View File

@ -59,7 +59,7 @@
"coin:DOGE": { "coin:DOGE": {
"trezor1": "1.5.2", "trezor1": "1.5.2",
"trezor2": "2.0.5", "trezor2": "2.0.5",
"connect": null, "connect": true,
"webwallet": true "webwallet": true
}, },
"coin:FJC": { "coin:FJC": {
@ -149,7 +149,7 @@
"coin:VTC": { "coin:VTC": {
"trezor1": "1.6.1", "trezor1": "1.6.1",
"trezor2": "2.0.5", "trezor2": "2.0.5",
"connect": null, "connect": true,
"webwallet": true "webwallet": true
}, },
"coin:XZC": { "coin:XZC": {