docs: update optimism book with new op-node flag --l2.enginekind=reth (#9901)

This commit is contained in:
joshieDo
2024-07-30 13:39:12 +01:00
committed by GitHub
parent 624f5d5614
commit d9c68f837b

View File

@ -85,6 +85,7 @@ op-node \
--rpc.port=7000 \ --rpc.port=7000 \
--l1.beacon=<your-beacon-node-http-endpoint> --l1.beacon=<your-beacon-node-http-endpoint>
--syncmode=execution-layer --syncmode=execution-layer
--l2.enginekind=reth
``` ```
Consider adding the `--l1.trustrpc` flag to improve performance, if the connection to l1 is over localhost. Consider adding the `--l1.trustrpc` flag to improve performance, if the connection to l1 is over localhost.