From 3d448d4a78608ea7daf1d50e877c32f8d30f1e7a Mon Sep 17 00:00:00 2001 From: Daniel Wang <99078276+dantaik@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:21:29 +0800 Subject: [PATCH] chore(protocol): change Hekla gas issuance per sec to 100000 (#18335) --- packages/protocol/contracts/layer1/hekla/HeklaTaikoL1.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protocol/contracts/layer1/hekla/HeklaTaikoL1.sol b/packages/protocol/contracts/layer1/hekla/HeklaTaikoL1.sol index df331237bb0..dedea948ec6 100644 --- a/packages/protocol/contracts/layer1/hekla/HeklaTaikoL1.sol +++ b/packages/protocol/contracts/layer1/hekla/HeklaTaikoL1.sol @@ -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 }),