-
Notifications
You must be signed in to change notification settings - Fork 86
Description
In the l2 readme, it says you can change the configuration of the sequencer by editing configs/sequencer_config.toml
But it's not very clear on what the fields of the config are or how to change the basic parts (i couldn't find the gas_limit option for example)
It's also not very clear what many of the variables and parts are, so documentation would help to understand what a watcher, proposer, and commiter is.
Some questions I have by reading the file are:
max_block_step: Assuming this is the time to settle the proofs. Why is there a max_block_step on the watcher ? Can the block step be less than this ?
commit_time_ms: Is this commit the one that comes with a proof ? Or is it related to the based sequencing ? If not based, and doesn't come with a proof, what's the purpose ?
arbitrary_base_blob_gas_price: what should go here ? Why is it arbitrary?
dev_mode: What is dev_mode ? Why should I enable it ?