Skip to content

Commit

Permalink
Update EIPS/eip-7783.md
Browse files Browse the repository at this point in the history
Co-authored-by: g11tech <develop@g11tech.io>
  • Loading branch information
Giulio2002 and g11tech authored Oct 10, 2024
1 parent ce7ae0f commit 30ac593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7783.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 30ac593

Please sign in to comment.