From 30ac5933b56d263444464ecf18d2e176d604a3b7 Mon Sep 17 00:00:00 2001 From: Giulio rebuffo Date: Thu, 10 Oct 2024 16:19:16 +0200 Subject: [PATCH] Update EIPS/eip-7783.md Co-authored-by: g11tech --- EIPS/eip-7783.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7783.md b/EIPS/eip-7783.md index 6dda243cffdb8..35e35b7eb9723 100644 --- a/EIPS/eip-7783.md +++ b/EIPS/eip-7783.md @@ -57,7 +57,7 @@ Where: - `r` is the rate at which the gas limit increases per block. - `gasLimitCap` is the maximum gas limit that can be reached. -If we set `blockNumStart` to the current block number, `initialGasLimit` to the current gas limit (`30_000_000`), `r` to 6, and `gasLimitCap` to `60_000_000`, the gas limit will increase by 3 gas per block for two years, reaching 30 million gas at the end of a 2 years period. +If we set `blockNumStart` to the current block number, `initialGasLimit` to the current gas limit (`30_000_000`), `r` to 6, and `gasLimitCap` to `60_000_000`, the gas limit will increase by 6 gas per block for two years, reaching 30 million gas at the end of a 2 years period. ### **Implementation**