Skip to content

Commit 5812063

Browse files
author
Roberto Bayardo
authored
include comment for how to add a beacon node endpoint (#187)
1 parent 397e9cb commit 5812063

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.env.goerli

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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:
88
OP_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:
1114
OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a
1215

.env.mainnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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:
88
OP_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:
1114
OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a
1215

.env.sepolia

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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:
88
OP_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:
1114
OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a
1215

0 commit comments

Comments
 (0)