File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ OP_GETH_SEQUENCER_HTTP=https://goerli-sequencer.base.org
77# [recommended] replace with your preferred L1 (Ethereum, not Base) node RPC URL:
88OP_NODE_L1_ETH_RPC=https://ethereum-goerli-rpc.allthatnode.com
99
10+ # [required] replace with your preferred L1 CL beacon endpoint:
11+ # OP_NODE_L1_BEACON=https://your.goerli.beacon.node/endpoint-here
12+
1013# auth secret used by op-geth engine API:
1114OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a
1215
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ OP_GETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org
77# [recommended] replace with your preferred L1 (Ethereum, not Base) node RPC URL:
88OP_NODE_L1_ETH_RPC=https://1rpc.io/eth
99
10+ # [required] replace with your preferred L1 CL beacon endpoint:
11+ # OP_NODE_L1_BEACON=https://your.mainnet.beacon.node/endpoint-here
12+
1013# auth secret used by op-geth engine API:
1114OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a
1215
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ OP_GETH_SEQUENCER_HTTP=https://sepolia-sequencer.base.org
77# [recommended] replace with your preferred L1 (Ethereum, not Base) node RPC URL:
88OP_NODE_L1_ETH_RPC=https://rpc.sepolia.org
99
10+ # [required] replace with your preferred L1 CL beacon endpoint:
11+ # OP_NODE_L1_BEACON=https://your.sepolia.beacon.node/endpoint-here
12+
1013# auth secret used by op-geth engine API:
1114OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a
1215
You can’t perform that action at this time.
0 commit comments