From cc53cd30994967d5ea06d6765250123e088fc252 Mon Sep 17 00:00:00 2001 From: Michael de Hoog Date: Tue, 11 Apr 2023 20:32:19 -0500 Subject: [PATCH] Add note about full L1 node requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e34a7645..4ecaf4c2b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you encounter problems with your node, please open a [GitHub issue](https://g ### Usage -1. Ensure you have an Ethereum Goerli L1 node RPC available (not Base Goerli), and set `OP_NODE_L1_ETH_RPC` (in `docker-compose.yml` if using docker-compose). If running your own L1 node, it needs to be synced before Base will be able to fully sync. +1. Ensure you have an Ethereum Goerli L1 full node RPC available (not Base Goerli), and set `OP_NODE_L1_ETH_RPC` (in `docker-compose.yml` if using docker-compose). If running your own L1 node, it needs to be synced before Base will be able to fully sync. 2. Run: ```