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 @@ -365,10 +365,12 @@ const OAS_FEATURES = [
365365] ;
366366const 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] ;
373375const APT_FEATURES = [
374376 ...AccountCoin . DEFAULT_FEATURES ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments