Skip to content

Commit 33543c3

Browse files
committed
feat(statics): added ICP to statics
TICKET: WIN-4236
1 parent cc3bffc commit 33543c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/statics/src/coins.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ const APT_FEATURES = [
432432
];
433433
const ICP_FEATURES = [
434434
...AccountCoin.DEFAULT_FEATURES,
435+
CoinFeature.TSS,
436+
CoinFeature.TSS_COLD,
435437
CoinFeature.STAKING,
436438
CoinFeature.BULK_TRANSACTION,
437439
CoinFeature.BULK_STAKING_TRANSACTION,

0 commit comments

Comments
 (0)