l2geth: configurable min L2 gas limit
This commit adds a new config flag `--rollup.minl2gaslimit` that defaults to `0` and is used to prevent transactions from being ingested that have a L2 gas limit smaller than the value configured. This config flag can also be controlled with the env var `ROLLUP_MIN_L2_GAS_LIMIT`.
Showing
Please register or sign in to comment