@@ -129,16 +129,16 @@ describe('utils/deviceFeaturesUtils', () => {
129
129
expect ( getUnavailableCapabilities ( featT1B1 , coins2 ) ) . toEqual ( {
130
130
ada : 'no-support' ,
131
131
tada : 'no-support' ,
132
- bnb : 'no-support' ,
133
- bsc : 'update-required' ,
134
132
arb : 'update-required' ,
135
133
base : 'update-required' ,
134
+ bnb : 'no-support' ,
135
+ bsc : 'update-required' ,
136
136
crw : 'update-required' ,
137
137
eos : 'no-support' ,
138
138
maid : 'no-capability' ,
139
139
pol : 'update-required' ,
140
- op : 'update-required' ,
141
140
omni : 'no-capability' ,
141
+ op : 'update-required' ,
142
142
ppc : 'update-required' ,
143
143
sol : 'no-support' ,
144
144
dsol : 'no-support' ,
@@ -150,6 +150,7 @@ describe('utils/deviceFeaturesUtils', () => {
150
150
txrp : 'no-support' ,
151
151
uno : 'update-required' ,
152
152
usdt : 'no-capability' ,
153
+ xec : 'update-required' ,
153
154
xmr : 'no-support' ,
154
155
xrp : 'no-support' ,
155
156
xtz : 'no-support' ,
@@ -182,13 +183,14 @@ describe('utils/deviceFeaturesUtils', () => {
182
183
'eip712-domain-only' : 'update-required' ,
183
184
maid : 'no-capability' ,
184
185
pol : 'update-required' ,
185
- op : 'update-required' ,
186
186
omni : 'no-capability' ,
187
+ op : 'update-required' ,
187
188
taproot : 'update-required' ,
188
189
tsep : 'update-required' ,
189
190
thol : 'update-required' ,
190
191
trvn : 'update-required' ,
191
192
usdt : 'no-capability' ,
193
+ xec : 'update-required' ,
192
194
coinjoin : 'update-required' ,
193
195
signMessageNoScriptType : 'update-required' ,
194
196
sol : 'no-capability' ,
@@ -224,6 +226,7 @@ describe('utils/deviceFeaturesUtils', () => {
224
226
tsep : 'update-required' ,
225
227
usdt : 'no-capability' ,
226
228
vtc : 'no-support' ,
229
+ xec : 'update-required' ,
227
230
xem : 'no-support' ,
228
231
chunkify : 'update-required' ,
229
232
entropyCheck : 'update-required' ,
0 commit comments