Skip to content

Commit

Permalink
chore(protocol): change Hekla gas issuance per sec to 100000 (#18335)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Oct 29, 2024
1 parent 5d75c15 commit 3d448d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/layer1/hekla/HeklaTaikoL1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ contract HeklaTaikoL1 is TaikoL1 {
baseFeeConfig: LibSharedData.BaseFeeConfig({
adjustmentQuotient: 8,
sharingPctg: 80,
gasIssuancePerSecond: 1_000_000,
gasIssuancePerSecond: 100_000,
minGasExcess: 1_340_000_000,
maxGasIssuancePerBlock: 600_000_000 // two minutes
}),
Expand Down

0 comments on commit 3d448d4

Please sign in to comment.