1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

include AXE in the firmware (#252)

This commit is contained in:
-k 2018-12-13 11:54:24 -05:00 committed by Pavol Rusnak
parent 78ce725d63
commit 6708499b15

View File

@ -1,6 +1,7 @@
{ {
"connect": { "connect": {
"supported": { "supported": {
"bitcoin:AXE": true,
"bitcoin:BCH": true, "bitcoin:BCH": true,
"bitcoin:BTC": true, "bitcoin:BTC": true,
"bitcoin:BTG": true, "bitcoin:BTG": true,
@ -31,9 +32,9 @@
"eth:UBQ": true, "eth:UBQ": true,
"eth:tETC": true, "eth:tETC": true,
"eth:tKOV": true, "eth:tKOV": true,
"eth:tRBTC": true,
"eth:tRIN": true, "eth:tRIN": true,
"eth:tROP": true, "eth:tROP": true,
"eth:tRBTC": true,
"misc:ADA": true, "misc:ADA": true,
"misc:LSK": true, "misc:LSK": true,
"misc:XLM": true, "misc:XLM": true,
@ -51,6 +52,7 @@
"trezor1": { "trezor1": {
"supported": { "supported": {
"bitcoin:ACM": "1.7.2", "bitcoin:ACM": "1.7.2",
"bitcoin:AXE": "1.7.3",
"bitcoin:BCH": "1.6.2", "bitcoin:BCH": "1.6.2",
"bitcoin:BITC": "1.7.2", "bitcoin:BITC": "1.7.2",
"bitcoin:BSD": "1.7.2", "bitcoin:BSD": "1.7.2",
@ -787,9 +789,9 @@
"eth:UBQ": "1.6.2", "eth:UBQ": "1.6.2",
"eth:tETC": "1.6.2", "eth:tETC": "1.6.2",
"eth:tKOV": "1.6.2", "eth:tKOV": "1.6.2",
"eth:tRBTC": "1.6.2",
"eth:tRIN": "1.6.2", "eth:tRIN": "1.6.2",
"eth:tROP": "1.6.2", "eth:tROP": "1.6.2",
"eth:tRBTC": "1.6.2",
"misc:LSK": "1.7.1", "misc:LSK": "1.7.1",
"misc:MAID": "1.7.2", "misc:MAID": "1.7.2",
"misc:OMNI": "1.7.2", "misc:OMNI": "1.7.2",
@ -956,6 +958,7 @@
"trezor2": { "trezor2": {
"supported": { "supported": {
"bitcoin:ACM": "2.0.10", "bitcoin:ACM": "2.0.10",
"bitcoin:AXE": "2.0.11",
"bitcoin:BCH": "2.0.7", "bitcoin:BCH": "2.0.7",
"bitcoin:BITC": "2.0.10", "bitcoin:BITC": "2.0.10",
"bitcoin:BSD": "2.0.10", "bitcoin:BSD": "2.0.10",
@ -2069,9 +2072,9 @@
"eth:UBQ": "2.0.7", "eth:UBQ": "2.0.7",
"eth:tETC": "2.0.7", "eth:tETC": "2.0.7",
"eth:tKOV": "2.0.7", "eth:tKOV": "2.0.7",
"eth:tRBTC": "2.0.7",
"eth:tRIN": "2.0.7", "eth:tRIN": "2.0.7",
"eth:tROP": "2.0.7", "eth:tROP": "2.0.7",
"eth:tRBTC": "2.0.7",
"misc:ADA": "2.0.8", "misc:ADA": "2.0.8",
"misc:EOS": "soon", "misc:EOS": "soon",
"misc:LSK": "2.0.7", "misc:LSK": "2.0.7",