Skip to content

Commit

Permalink
chore(protocol): revert Hekla baseFeeConfig updates (#18340)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Oct 29, 2024
1 parent 4428661 commit ae8ac3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/contracts/layer1/hekla/HeklaTaikoL1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ contract HeklaTaikoL1 is TaikoL1 {
maxAnchorHeightOffset: 64,
baseFeeConfig: LibSharedData.BaseFeeConfig({
adjustmentQuotient: 8,
sharingPctg: 80,
gasIssuancePerSecond: 100_000,
sharingPctg: 75,
gasIssuancePerSecond: 5_000_000,
minGasExcess: 1_340_000_000,
maxGasIssuancePerBlock: 600_000_000 // two minutes
}),
Expand Down

0 comments on commit ae8ac3c

Please sign in to comment.