-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Milestone
Description
Description
Today the client and builder extend the Reth CLI args.
We should stop extending the Reth CLI and have our own options, this will allow us to:
- Have defaults for running Base nodes (i.e. no need to expose --chain, maybe it should be --network sepolia,mainnet)
- Have preconfigured flavors of nodes, with sensible defaults e.g.
base memepool ...base rpc ...
- Allow us to expose flags for the integrated consensus layer feat(consensus): integrated consensus client inside client and builder #381, without them being nested in the Reth args.
refcell