The system configuration is a set of configurable chain parameters defined in a contract on L1. These parameters can be changed through the system config contract, emitting events that are picked up by the [rollup node derivation process][derivation]. To dive deeper into the System Config, visit the OP Stack Specifications.Documentation Index
Fetch the complete documentation index at: https://docs.optimism.io/llms.txt
Use this file to discover all available pages before exploring further.
SystemConfig Type
The SystemConfig type is defined in
kona-genesis.
Parameters defined in the SystemConfig are expected to be
updated through L1 receipts, using the update_with_receipts method.
Holocene Updates
The Holocene Hardfork introduced an update to theSystemConfig type, adding EIP-1559 parameters to the config.
The SystemConfig type in kona-genesis provides
a method called eip_1559_params that returns the EIP-1559 parameters
encoded as a B64.