Skip to content

Commit

Permalink
Cleanup goerli resources (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalprout authored Feb 28, 2024
1 parent debadee commit 88f93a8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 15,326 deletions.
39 changes: 0 additions & 39 deletions .env.goerli

This file was deleted.

1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ COPY --from=geth /app/build/bin/geth ./
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY geth-entrypoint .
COPY op-node-entrypoint .
COPY goerli ./goerli
COPY sepolia ./sepolia
COPY mainnet ./mainnet

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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`, `.env.sepolia`, or `.env.mainnet`) under the 2 `env_file` keys in `docker-compose.yml`.
2. Uncomment the line relevant to your network (`.env.sepolia`, or `.env.mainnet`) under the 2 `env_file` keys in `docker-compose.yml`.
3. Run:

```
Expand Down Expand Up @@ -84,7 +84,7 @@ This is useful for running the node in a Kubernetes cluster, for example.
Note that you'll need to override some of the default configuration that assumes a multi-container environment (`OP_NODE_L2_ENGINE_RPC`) and any port conflicts (`OP_NODE_RPC_PORT`).
Example:
```
docker run --env-file .env.goerli -e OP_NODE_L2_ENGINE_RPC=ws://localhost:8551 -e OP_NODE_RPC_PORT=7545 ghcr.io/base-org/node:latest
docker run --env-file .env.sepolia -e OP_NODE_L2_ENGINE_RPC=ws://localhost:8551 -e OP_NODE_RPC_PORT=7545 ghcr.io/base-org/node:latest
```

### Snapshots
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ services:
- ${GETH_HOST_DATA_DIR}:/data
env_file:
# select your network here:
# - .env.goerli
# - .env.sepolia
# - .env.mainnet
node:
Expand All @@ -30,6 +29,5 @@ services:
command: [ "bash", "./op-node-entrypoint" ]
env_file:
# select your network here:
# - .env.goerli
# - .env.sepolia
# - .env.mainnet
Loading

0 comments on commit 88f93a8

Please sign in to comment.