Skip to content

Commit 30849af

Browse files
committed
feat(statics): update coredao coin config
Ticket: WIN-3652
1 parent 798181d commit 30849af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/statics/src/coins.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,12 @@ const OAS_FEATURES = [
363363
];
364364
const COREDAO_FEATURES = [
365365
...ETH_FEATURES,
366-
CoinFeature.MULTISIG_COLD,
366+
CoinFeature.TSS,
367+
CoinFeature.TSS_COLD,
368+
CoinFeature.MPCV2,
367369
CoinFeature.EVM_WALLET,
368-
CoinFeature.USES_NON_PACKED_ENCODING_FOR_TXDATA,
369370
CoinFeature.BULK_TRANSACTION,
371+
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS,
370372
];
371373
const APT_FEATURES = [
372374
...AccountCoin.DEFAULT_FEATURES,

0 commit comments

Comments
 (0)