11. System Config
SystemConfig
contract exists on L1 and emits rollup configuration changes as log events.ย
Parameters
batcherHash
(bytes32
)
l1FeeOverhead
(uint256
) andl1FeeScalar
(uint256
)
gasLimit
(uint64
)
unsafeBlockSigner
(address
)
ย
batcherHash
โ Versioned hash of the current authorised batcher sender(s).l1FeeOverhead
and l1FeeScalar
โ L1 fee parameters to apply L1 costs to L2 txs.gasLimit
โ Set gas limit of L2 blocks.unsafeBlockSigner
โ Unsafe blocks are required to be signed with a particular key to prevent P2P DOS vectors.