From fa758d07005b18eccf06e91aa754b883438fafd4 Mon Sep 17 00:00:00 2001 From: Roberto Bayardo Date: Thu, 1 Feb 2024 15:43:02 -0800 Subject: [PATCH] include comment for how to add a beacon node endpoint --- .env.goerli | 3 +++ .env.mainnet | 3 +++ .env.sepolia | 3 +++ 3 files changed, 9 insertions(+) diff --git a/.env.goerli b/.env.goerli index 892894b..710bcc2 100644 --- a/.env.goerli +++ b/.env.goerli @@ -7,6 +7,9 @@ OP_GETH_SEQUENCER_HTTP=https://goerli-sequencer.base.org # [recommended] replace with your preferred L1 (Ethereum, not Base) node RPC URL: OP_NODE_L1_ETH_RPC=https://ethereum-goerli-rpc.allthatnode.com +# [required] replace with your preferred L1 CL beacon endpoint: +# OP_NODE_L1_BEACON=https://your.goerli.beacon.node/endpoint-here + # auth secret used by op-geth engine API: OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a diff --git a/.env.mainnet b/.env.mainnet index eae3dd5..022785e 100644 --- a/.env.mainnet +++ b/.env.mainnet @@ -7,6 +7,9 @@ OP_GETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org # [recommended] replace with your preferred L1 (Ethereum, not Base) node RPC URL: 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 + # auth secret used by op-geth engine API: OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a diff --git a/.env.sepolia b/.env.sepolia index 52ff36c..a74a035 100644 --- a/.env.sepolia +++ b/.env.sepolia @@ -7,6 +7,9 @@ OP_GETH_SEQUENCER_HTTP=https://sepolia-sequencer.base.org # [recommended] replace with your preferred L1 (Ethereum, not Base) node RPC URL: 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 + # auth secret used by op-geth engine API: OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a