Skip to content

Commit e7b0738

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

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
@@ -356,10 +356,12 @@ const BERA_FEATURES = [
356356
];
357357
const OAS_FEATURES = [
358358
...ETH_FEATURES,
359-
CoinFeature.MULTISIG_COLD,
359+
CoinFeature.TSS,
360+
CoinFeature.TSS_COLD,
361+
CoinFeature.MPCV2,
360362
CoinFeature.EVM_WALLET,
361-
CoinFeature.USES_NON_PACKED_ENCODING_FOR_TXDATA,
362363
CoinFeature.BULK_TRANSACTION,
364+
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS,
363365
];
364366
const COREDAO_FEATURES = [
365367
...ETH_FEATURES,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export const expectedColdFeatures = {
2020
'etc',
2121
'hbar',
2222
'ltc',
23-
'oas',
2423
'opeth',
2524
'rbtc',
2625
'stx',
@@ -45,7 +44,6 @@ export const expectedColdFeatures = {
4544
'tetc',
4645
'thbar',
4746
'tltc',
48-
'toas',
4947
'topeth',
5048
'trbtc',
5149
'trx',
@@ -75,6 +73,7 @@ export const expectedColdFeatures = {
7573
'injective',
7674
'kava',
7775
'near',
76+
'oas',
7877
'osmo',
7978
'sei',
8079
'sol',
@@ -101,6 +100,7 @@ export const expectedColdFeatures = {
101100
'tthorchain:rune',
102101
'ttia',
103102
'tzeta',
103+
'toas',
104104
'ton',
105105
'tton',
106106
],

0 commit comments

Comments
 (0)