Skip to content

Commit 7772edd

Browse files
committed
Reduce gas target to 15M from 150M for Songbird nodes
1 parent 3c23c20 commit 7772edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreth/consensus/dummy/dynamic_fees.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func CalcBaseFee(config *params.ChainConfig, parent *types.Header, timestamp uin
7777
)
7878
if isApricotPhase5 {
7979
baseFeeChangeDenominator = ApricotPhase5BaseFeeChangeDenominator
80-
if config.IsSongbirdCode() {
80+
if config.IsSongbirdCode() && !config.IsCortina(bigTimestamp) {
8181
parentGasTarget = params.SgbApricotPhase5TargetGas
8282
} else {
8383
parentGasTarget = params.ApricotPhase5TargetGas

0 commit comments

Comments
 (0)