Skip to content

Commit

Permalink
Merge pull request #186 from ethereum-optimism/cl/sys-cfg-max
Browse files Browse the repository at this point in the history
feat: Specify max L2 block gas limit
  • Loading branch information
tynes committed May 13, 2024
2 parents ff0adeb + 14e4c59 commit 3f37bc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specs/protocol/system_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ The gas limit of the L2 blocks is configured through the system config.
Changes to the L2 gas limit are fully applied in the first L2 block with the L1 origin that introduced the change,
as opposed to the 1/1024 adjustments towards a target as seen in limit updates of L1 blocks.

The gas limit may not be set to a value larger than `200_000_000`. This is to ensure that the L2 blocks are fault
provable and of reasonable size to be processed by the client software. Over time, this value will be increased.

### `unsafeBlockSigner` (`address`)

Blocks are gossiped around the p2p network before they are made available on L1.
Expand Down

0 comments on commit 3f37bc0

Please sign in to comment.