• Mark Tyneway's avatar
    l2geth: configurable min L2 gas limit · 0e14855c
    Mark Tyneway authored
    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`.
    0e14855c
config.go 1.6 KB