mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-19 11:50:58 +00:00
chore(common): drop NEM mosaics support when NEM network is unsupported
this does not affect codegen but it might confuse consumers of the support info
This commit is contained in:
parent
a700ff8dff
commit
91cbb332f4
@ -204,12 +204,7 @@
|
|||||||
"misc:XRP": "2.6.1",
|
"misc:XRP": "2.6.1",
|
||||||
"misc:XTZ": "2.6.1",
|
"misc:XTZ": "2.6.1",
|
||||||
"misc:tADA": "2.6.1",
|
"misc:tADA": "2.6.1",
|
||||||
"misc:tXRP": "2.6.1",
|
"misc:tXRP": "2.6.1"
|
||||||
"nem:BREEZE": "2.6.1",
|
|
||||||
"nem:DIM": "2.6.1",
|
|
||||||
"nem:DIMTOK": "2.6.1",
|
|
||||||
"nem:PAC:CHS": "2.6.1",
|
|
||||||
"nem:PAC:HRT": "2.6.1"
|
|
||||||
},
|
},
|
||||||
"unsupported": {
|
"unsupported": {
|
||||||
"bitcoin:BTG": "not for T2B1 (#2793)",
|
"bitcoin:BTG": "not for T2B1 (#2793)",
|
||||||
@ -226,7 +221,12 @@
|
|||||||
"bitcoin:tPART": "incompatible fork",
|
"bitcoin:tPART": "incompatible fork",
|
||||||
"misc:EOS": "not for T2B1 (#2793)",
|
"misc:EOS": "not for T2B1 (#2793)",
|
||||||
"misc:LSK": "Incompatible mainnet hard-fork",
|
"misc:LSK": "Incompatible mainnet hard-fork",
|
||||||
"nem:XEM": "not for T2B1 (#2793)"
|
"nem:XEM": "not for T2B1 (#2793)",
|
||||||
|
"nem:BREEZE": "not for T2B1 (#2793)",
|
||||||
|
"nem:DIM": "not for T2B1 (#2793)",
|
||||||
|
"nem:DIMTOK": "not for T2B1 (#2793)",
|
||||||
|
"nem:PAC:CHS": "not for T2B1 (#2793)",
|
||||||
|
"nem:PAC:HRT": "not for T2B1 (#2793)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"T2T1": {
|
"T2T1": {
|
||||||
@ -434,12 +434,7 @@
|
|||||||
"misc:XRP": "2.6.1",
|
"misc:XRP": "2.6.1",
|
||||||
"misc:XTZ": "2.6.1",
|
"misc:XTZ": "2.6.1",
|
||||||
"misc:tADA": "2.6.1",
|
"misc:tADA": "2.6.1",
|
||||||
"misc:tXRP": "2.6.1",
|
"misc:tXRP": "2.6.1"
|
||||||
"nem:BREEZE": "2.6.1",
|
|
||||||
"nem:DIM": "2.6.1",
|
|
||||||
"nem:DIMTOK": "2.6.1",
|
|
||||||
"nem:PAC:CHS": "2.6.1",
|
|
||||||
"nem:PAC:HRT": "2.6.1"
|
|
||||||
},
|
},
|
||||||
"unsupported": {
|
"unsupported": {
|
||||||
"bitcoin:BTG": "not for T3T1 (#2793)",
|
"bitcoin:BTG": "not for T3T1 (#2793)",
|
||||||
@ -456,7 +451,12 @@
|
|||||||
"bitcoin:tPART": "incompatible fork",
|
"bitcoin:tPART": "incompatible fork",
|
||||||
"misc:EOS": "not for T3T1 (#2793)",
|
"misc:EOS": "not for T3T1 (#2793)",
|
||||||
"misc:LSK": "Incompatible mainnet hard-fork",
|
"misc:LSK": "Incompatible mainnet hard-fork",
|
||||||
"nem:XEM": "not for T3T1 (#2793)"
|
"nem:XEM": "not for T3T1 (#2793)",
|
||||||
|
"nem:BREEZE": "not for T3T1 (#2793)",
|
||||||
|
"nem:DIM": "not for T3T1 (#2793)",
|
||||||
|
"nem:DIMTOK": "not for T3T1 (#2793)",
|
||||||
|
"nem:PAC:CHS": "not for T3T1 (#2793)",
|
||||||
|
"nem:PAC:HRT": "not for T3T1 (#2793)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"connect": {
|
"connect": {
|
||||||
|
Loading…
Reference in New Issue
Block a user