diff --git a/EIPS/eip-7783.md b/EIPS/eip-7783.md index 6dda243cffdb80..35e35b7eb97235 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**