@@ -129,15 +129,11 @@ 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
- arb : 'update-required' ,
135
- base : 'update-required' ,
132
+ bnb : 'update-required' ,
136
133
crw : 'update-required' ,
137
134
eos : 'no-support' ,
138
135
maid : 'no-capability' ,
139
136
pol : 'update-required' ,
140
- op : 'update-required' ,
141
137
omni : 'no-capability' ,
142
138
ppc : 'update-required' ,
143
139
sol : 'no-support' ,
@@ -150,6 +146,7 @@ describe('utils/deviceFeaturesUtils', () => {
150
146
txrp : 'no-support' ,
151
147
uno : 'update-required' ,
152
148
usdt : 'no-capability' ,
149
+ xec : 'update-required' ,
153
150
xmr : 'no-support' ,
154
151
xrp : 'no-support' ,
155
152
xtz : 'no-support' ,
@@ -174,21 +171,19 @@ describe('utils/deviceFeaturesUtils', () => {
174
171
expect ( getUnavailableCapabilities ( featT2T1 , coins2 ) ) . toEqual ( {
175
172
replaceTransaction : 'update-required' ,
176
173
amountUnit : 'update-required' ,
177
- arb : 'update-required' ,
178
- base : 'update-required' ,
179
- bsc : 'update-required' ,
174
+ bnb : 'update-required' ,
180
175
decreaseOutput : 'update-required' ,
181
176
eip1559 : 'update-required' ,
182
177
'eip712-domain-only' : 'update-required' ,
183
178
maid : 'no-capability' ,
184
179
pol : 'update-required' ,
185
- op : 'update-required' ,
186
180
omni : 'no-capability' ,
187
181
taproot : 'update-required' ,
188
182
tsep : 'update-required' ,
189
183
thol : 'update-required' ,
190
184
trvn : 'update-required' ,
191
185
usdt : 'no-capability' ,
186
+ xec : 'update-required' ,
192
187
coinjoin : 'update-required' ,
193
188
signMessageNoScriptType : 'update-required' ,
194
189
sol : 'no-capability' ,
@@ -201,6 +196,8 @@ describe('utils/deviceFeaturesUtils', () => {
201
196
it ( 'default T2B1' , ( ) => {
202
197
const coins2 = getAllNetworks ( ) ;
203
198
199
+ console . log ( 'coins2' , coins2 ) ;
200
+
204
201
expect ( getUnavailableCapabilities ( featT2B1 , coins2 ) ) . toEqual ( {
205
202
breeze : 'no-support' ,
206
203
btg : 'no-support' ,
@@ -224,6 +221,7 @@ describe('utils/deviceFeaturesUtils', () => {
224
221
tsep : 'update-required' ,
225
222
usdt : 'no-capability' ,
226
223
vtc : 'no-support' ,
224
+ xec : 'update-required' ,
227
225
xem : 'no-support' ,
228
226
chunkify : 'update-required' ,
229
227
entropyCheck : 'update-required' ,
0 commit comments