Skip to content
Open
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ Base is a secure, low-cost, developer-friendly Ethereum L2 built on Optimism's [

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

# Use a specific client on mainnet:
CLIENT=reth docker compose up --build

# Combine testnet env with a specific client:
NETWORK_ENV=.env.sepolia CLIENT=geth docker compose up --build

```

### Supported Clients
Expand Down