File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -356,10 +356,12 @@ const BERA_FEATURES = [
356356] ;
357357const 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] ;
364366const COREDAO_FEATURES = [
365367 ...ETH_FEATURES ,
Original file line number Diff line number Diff 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 ] ,
You can’t perform that action at this time.
0 commit comments