Skip to content

Commit a336f67

Browse files
committed
feat(abstract-eth): added eip1559 property to statics
TICKET: WP-1219
1 parent 1c37f2a commit a336f67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/statics/src/coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ const COREDAO_FEATURES = [
419419
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS,
420420
CoinFeature.EIP1559,
421421
CoinFeature.STAKING,
422+
CoinFeature.EIP1559,
422423
];
423424
const APT_FEATURES = [
424425
...AccountCoin.DEFAULT_FEATURES,

0 commit comments

Comments
 (0)