Skip to content

Commit

Permalink
Fix: adding l2 engine kind param in .env for faster sync (#401)
Browse files Browse the repository at this point in the history
* fix: adding l2 engine kind param in .env for faster sync

* fix: commenting out with more info about the flag
  • Loading branch information
etherhood authored Feb 11, 2025
1 parent 554d9f3 commit 9a4ebd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9a4ebd1

Please sign in to comment.