Skip to content

Commit f20ab76

Browse files
fix: add CoinFeature.ERC20_BULK_TRANSACTION to EVM_FEATURES to support bulk withdrawal of erc20 tokens
Ticket: CECHO-283
1 parent 6e6783f commit f20ab76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/statics/src/coinFeatures.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export const EVM_FEATURES = [
7575
CoinFeature.BULK_TRANSACTION,
7676
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS,
7777
CoinFeature.EIP1559,
78+
CoinFeature.ERC20_BULK_TRANSACTION,
7879
];
7980
export const AVAXC_FEATURES = [
8081
...ETH_FEATURES_WITH_MMI,

0 commit comments

Comments
 (0)