Description
In the op-rbuilder crate, it defines cli arguments in a separate args module.
To separate concerns, we should move the cli arguments into a new lightweight crate in the crates/builder/ directory, maybe call it base-builder-cli. It should contain these cli arguments and the gas_limiter cli arguments.
Description
In the
op-rbuildercrate, it defines cli arguments in a separateargsmodule.To separate concerns, we should move the cli arguments into a new lightweight crate in the
crates/builder/directory, maybe call itbase-builder-cli. It should contain these cli arguments and thegas_limitercli arguments.