Skip to content

Commit 840896b

Browse files
committed
fixup! feat: add filterCoins script, update coins
1 parent ca1557a commit 840896b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/connect/src/utils/__tests__/deviceFeaturesUtils.test.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,17 +194,27 @@ describe('utils/deviceFeaturesUtils', () => {
194194
const coins = getAllNetworks();
195195

196196
expect(getUnavailableCapabilities(featT2B1, coins)).toEqual({
197+
breeze: 'no-support',
197198
btg: 'no-support',
198199
tbtg: 'no-support',
199200
dash: 'no-support',
200201
tdash: 'no-support',
201202
dcr: 'no-support',
203+
dim: 'no-support',
204+
dimtok: 'no-support',
202205
tdcr: 'no-support',
203206
dgb: 'no-support',
204207
eos: 'no-support',
208+
maid: 'no-capability',
205209
nmc: 'no-support',
210+
omni: 'no-capability',
211+
'pac:chs': 'no-support',
212+
'pac:hrt': 'no-support',
206213
sol: 'no-capability',
207214
dsol: 'no-capability',
215+
thol: 'update-required',
216+
tsep: 'update-required',
217+
usdt: 'no-capability',
208218
vtc: 'no-support',
209219
xem: 'no-support',
210220
chunkify: 'update-required',

0 commit comments

Comments
 (0)