Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Oct 10, 2024
1 parent 1cdb1f9 commit ce7ae0f
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 (`15_000_000`), `r` to 3, and `gasLimitCap` to `30_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. This means that the Gas Limit will grow proportionally to the Gas Limit, and will end up being twice the value of the gas limit
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.

### **Implementation**

Expand Down

0 comments on commit ce7ae0f

Please sign in to comment.