Skip to content

Commit

Permalink
feat: Specify max gas limit
Browse files Browse the repository at this point in the history
Specifies that the max gas limit in the `SystemConfig` can be set to
`200_000_000`
  • Loading branch information
clabby committed May 11, 2024
1 parent cdfb08b commit 14e4c59
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 14e4c59

Please sign in to comment.