Skip to content

Commit

Permalink
Add note about full L1 node requirement (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog authored Apr 12, 2023
1 parent f3597ca commit 94b0bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down

0 comments on commit 94b0bf6

Please sign in to comment.