Skip to content

Commit

Permalink
chore: beacon endpoint docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomtana committed Feb 14, 2024
1 parent f70b7fd commit 4ec3567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4ec3567

Please sign in to comment.