Skip to content

Commit

Permalink
feat(statics): update coredao coin config
Browse files Browse the repository at this point in the history
Ticket: WIN-3652
  • Loading branch information
adarsh312 committed Nov 28, 2024
1 parent 798181d commit 30849af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,12 @@ const OAS_FEATURES = [
];
const COREDAO_FEATURES = [
...ETH_FEATURES,
CoinFeature.MULTISIG_COLD,
CoinFeature.TSS,
CoinFeature.TSS_COLD,
CoinFeature.MPCV2,
CoinFeature.EVM_WALLET,
CoinFeature.USES_NON_PACKED_ENCODING_FOR_TXDATA,
CoinFeature.BULK_TRANSACTION,
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS,
];
const APT_FEATURES = [
...AccountCoin.DEFAULT_FEATURES,
Expand Down

0 comments on commit 30849af

Please sign in to comment.