From 9a4ebd117716307c87c53e1bf9cd89e9f44b5528 Mon Sep 17 00:00:00 2001 From: etherhood <84733002+etherhood@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:59:15 +0530 Subject: [PATCH] Fix: adding l2 engine kind param in .env for faster sync (#401) * fix: adding l2 engine kind param in .env for faster sync * fix: commenting out with more info about the flag --- .env.mainnet | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.mainnet b/.env.mainnet index 522f0190..c9d6badc 100644 --- a/.env.mainnet +++ b/.env.mainnet @@ -12,6 +12,10 @@ OP_SEQUENCER_HTTP=https://mainnet-sequencer.base.org # [required] replace with your preferred L1 (Ethereum, not Base) node RPC URL: OP_NODE_L1_ETH_RPC=https://1rpc.io/eth +# [optional] replace this with your preferred L2 engine kind (geth, reth, etc.) +# For more info: https://docs.optimism.io/operators/node-operators/configuration/consensus-config#l2enginekind +# OP_NODE_L2_ENGINE_KIND=reth + # [required] replace with your preferred L1 CL beacon endpoint: OP_NODE_L1_BEACON=https://your.mainnet.beacon.node/endpoint-here