Skip to content

Commit

Permalink
Update README.md (#80)
Browse files Browse the repository at this point in the history
mainet -> mainnet
  • Loading branch information
eltociear authored Jul 31, 2023
1 parent 950ea52 commit 8690d28
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 @@ -51,7 +51,7 @@ If you encounter problems with your node, please open a [GitHub issue](https://g
### Usage

1. Ensure you have an Ethereum L1 full node RPC available (not Base), and set `OP_NODE_L1_ETH_RPC` (in the `.env.*` file if using docker-compose). If running your own L1 node, it needs to be synced before Base will be able to fully sync.
2. Uncomment the line relevant to your network (`.env.goerli` or `.env.mainet`) under the 2 `env_file` keys in `docker-compose.yml`.
2. Uncomment the line relevant to your network (`.env.goerli` or `.env.mainnet`) under the 2 `env_file` keys in `docker-compose.yml`.
3. Run:

```
Expand Down

0 comments on commit 8690d28

Please sign in to comment.