We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554d9f3 commit 9a4ebd1Copy full SHA for 9a4ebd1
.env.mainnet
@@ -12,6 +12,10 @@ OP_SEQUENCER_HTTP=https://mainnet-sequencer.base.org
12
# [required] replace with your preferred L1 (Ethereum, not Base) node RPC URL:
13
OP_NODE_L1_ETH_RPC=https://1rpc.io/eth
14
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
+
19
# [required] replace with your preferred L1 CL beacon endpoint:
20
OP_NODE_L1_BEACON=https://your.mainnet.beacon.node/endpoint-here
21
0 commit comments