Skip to content

Commit

Permalink
docs(.env.*): Uncomment OP_NODE_L1_BEACON (required) (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbnns committed Apr 25, 2024
1 parent a79c284 commit d301949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OP_GETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org
OP_NODE_L1_ETH_RPC=https://1rpc.io/eth

# [required] replace with your preferred L1 CL beacon endpoint:
# OP_NODE_L1_BEACON=https://your.mainnet.beacon.node/endpoint-here
OP_NODE_L1_BEACON=https://your.mainnet.beacon.node/endpoint-here

# auth secret used by op-geth engine API:
OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a
Expand Down
2 changes: 1 addition & 1 deletion .env.sepolia
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OP_GETH_SEQUENCER_HTTP=https://sepolia-sequencer.base.org
OP_NODE_L1_ETH_RPC=https://rpc.sepolia.org

# [required] replace with your preferred L1 CL beacon endpoint:
# OP_NODE_L1_BEACON=https://your.sepolia.beacon.node/endpoint-here
OP_NODE_L1_BEACON=https://your.sepolia.beacon.node/endpoint-here

# auth secret used by op-geth engine API:
OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a
Expand Down

0 comments on commit d301949

Please sign in to comment.