From a92a3ec5cf42214d8869acd32452f1d2672e4ec1 Mon Sep 17 00:00:00 2001 From: joshieDo <93316087+joshieDo@users.noreply.github.com> Date: Wed, 14 Aug 2024 00:20:01 +0100 Subject: [PATCH] docs: add engine kind flag to op-mainnet book (#10289) --- book/run/sync-op-mainnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/run/sync-op-mainnet.md b/book/run/sync-op-mainnet.md index 5da0b0b89..63f45fe33 100644 --- a/book/run/sync-op-mainnet.md +++ b/book/run/sync-op-mainnet.md @@ -60,5 +60,5 @@ $ op-reth init-state --chain optimism Running the node with `--debug.tip `syncs the node without help from CL until a fixed tip. The block hash can be taken from the latest block on . -Use `op-node` to track the tip. Start `op-node` with `--syncmode=execution-layer`. If `op-node`'s RPC +Use `op-node` to track the tip. Start `op-node` with `--syncmode=execution-layer` and `--l2.enginekind=reth`. If `op-node`'s RPC connection to L1 is over localhost, `--l1.trustrpc` can be set to improve performance. \ No newline at end of file