Skip to content

Commit

Permalink
fix(website): update run a node guide to point rpc to archive node (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Jun 9, 2023
1 parent 2cb5125 commit a3d73a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/website/pages/docs/guides/run-a-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Finally, set the following environment variables:
- L1_ENDPOINT_WS

<Callout>
You can get a Sepolia L1 endpoint from a few places,
You can get a Sepolia L1 endpoint from a few places, but it **must point to an archive node** to access the state trie beyond the last 128 blocks.
[Alchemy](https://www.alchemy.com/) and [Infura](https://www.infura.io/) are two popular RPC providers. **Make sure you select the RPC as Sepolia testnet, and not Ethereum mainnet**.
</Callout>

Expand Down Expand Up @@ -173,6 +173,9 @@ You can ignore any WARN logs.

### Node error logs

#### `error: "failed to insert new head to L2 execution engine: missing trie node"`
Make sure that your RPC is pointing to an Sepolia archive node, and not a full node.

#### `error: L1_BLOCK_ID`
The block that you want to prove has already been verified, you can ignore this.

Expand Down

0 comments on commit a3d73a8

Please sign in to comment.