Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CLIENT=${CLIENT:-geth}
HOST_DATA_DIR=./${CLIENT}-data
CLIENT=geth
HOST_DATA_DIR=./geth-data
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ Base is a secure, low-cost, developer-friendly Ethereum L2 built on Optimism's [
NETWORK_ENV=.env.sepolia docker compose up --build

# To use a specific client (optional):
CLIENT=reth docker compose up --build
# Note: if you change CLIENT, also set HOST_DATA_DIR so you don't mix client datadirs.
CLIENT=reth HOST_DATA_DIR=./reth-data docker compose up --build

# For testnet with a specific client:
NETWORK_ENV=.env.sepolia CLIENT=reth docker compose up --build
NETWORK_ENV=.env.sepolia CLIENT=reth HOST_DATA_DIR=./reth-data docker compose up --build
```

### Supported Clients
Expand Down