Skip to content

Commit 9a4ebd1

Browse files
authored
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
1 parent 554d9f3 commit 9a4ebd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.env.mainnet

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ OP_SEQUENCER_HTTP=https://mainnet-sequencer.base.org
1212
# [required] replace with your preferred L1 (Ethereum, not Base) node RPC URL:
1313
OP_NODE_L1_ETH_RPC=https://1rpc.io/eth
1414

15+
# [optional] replace this with your preferred L2 engine kind (geth, reth, etc.)
16+
# For more info: https://docs.optimism.io/operators/node-operators/configuration/consensus-config#l2enginekind
17+
# OP_NODE_L2_ENGINE_KIND=reth
18+
1519
# [required] replace with your preferred L1 CL beacon endpoint:
1620
OP_NODE_L1_BEACON=https://your.mainnet.beacon.node/endpoint-here
1721

0 commit comments

Comments
 (0)