Skip to content

Commit 54dbe19

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

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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,

modules/statics/test/unit/fixtures/expectedColdFeatures.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export const expectedColdFeatures = {
1212
'btc',
1313
'btg',
1414
'celo',
15-
'coredao',
1615
'cspr',
1716
'dash',
1817
'doge',
@@ -37,7 +36,6 @@ export const expectedColdFeatures = {
3736
'tbtc4',
3837
'tbtcbgsig',
3938
'tcelo',
40-
'tcoredao',
4139
'tcspr',
4240
'tdash',
4341
'tdoge',
@@ -68,6 +66,7 @@ export const expectedColdFeatures = {
6866
'atom',
6967
'bld',
7068
'bsc',
69+
'coredao',
7170
'coreum',
7271
'dot',
7372
'hash',
@@ -85,6 +84,7 @@ export const expectedColdFeatures = {
8584
'tapt',
8685
'tbld',
8786
'tbsc',
87+
'tcoredao',
8888
'tcoreum',
8989
'tdot',
9090
'thash',

0 commit comments

Comments
 (0)