Skip to content

Commit d79d1b6

Browse files
authored
Merge pull request #5182 from BitGo/WIN-3652_coredao_statics
feat(statics): update coredao coin config
2 parents 7ce3786 + 54dbe19 commit d79d1b6

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
@@ -365,10 +365,12 @@ const OAS_FEATURES = [
365365
];
366366
const COREDAO_FEATURES = [
367367
...ETH_FEATURES,
368-
CoinFeature.MULTISIG_COLD,
368+
CoinFeature.TSS,
369+
CoinFeature.TSS_COLD,
370+
CoinFeature.MPCV2,
369371
CoinFeature.EVM_WALLET,
370-
CoinFeature.USES_NON_PACKED_ENCODING_FOR_TXDATA,
371372
CoinFeature.BULK_TRANSACTION,
373+
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS,
372374
];
373375
const APT_FEATURES = [
374376
...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',
@@ -36,7 +35,6 @@ export const expectedColdFeatures = {
3635
'tbtc4',
3736
'tbtcbgsig',
3837
'tcelo',
39-
'tcoredao',
4038
'tcspr',
4139
'tdash',
4240
'tdoge',
@@ -66,6 +64,7 @@ export const expectedColdFeatures = {
6664
'atom',
6765
'bld',
6866
'bsc',
67+
'coredao',
6968
'coreum',
7069
'dot',
7170
'hash',
@@ -84,6 +83,7 @@ export const expectedColdFeatures = {
8483
'tapt',
8584
'tbld',
8685
'tbsc',
86+
'tcoredao',
8787
'tcoreum',
8888
'tdot',
8989
'thash',

0 commit comments

Comments
 (0)