From 4ec3567097a801f25ba4b248ba3f990b3319a858 Mon Sep 17 00:00:00 2001 From: Chomtana Date: Thu, 15 Feb 2024 00:17:42 +0700 Subject: [PATCH] chore: beacon endpoint docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c159fd3..8a81698 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Open `.env` with your editor of choice * `full` (Full node) - A Full node contains a few recent blocks without historical states. * `archive` (Archive node) - An Archive node stores the complete history of the blockchain, including historical states. * **OP_NODE__RPC_ENDPOINT** - Specify the endpoint for the RPC of Layer 1 (e.g., Ethereum mainnet). For instance, you can use the free plan of Alchemy for the Ethereum mainnet. +* **OP_NODE__L1_BEACON** - Specify the beacon endpoint of Layer 1. You can use [QuickNode for the beacon endpoint](https://www.quicknode.com/docs/ethereum/eth-v1-beacon-genesis). * **OP_NODE__RPC_TYPE** - Specify the service provider for the RPC endpoint you've chosen in the previous step. The available options are: * `alchemy` - Alchemy * `quicknode` - Quicknode (ETH only)