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
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ Base is a secure, low-cost, developer-friendly Ethereum L2 built on Optimism's [
NETWORK_ENV=.env.sepolia CLIENT=reth docker compose up --build
```

### Network Ports Reference

If you are running the node behind a firewall, ensure the following ports are open:

| Port | Protocol | Description |
|------|----------|-------------|
| 8545 | TCP | Execution Client RPC |
| 8546 | TCP | Execution Client WebSocket |
| 30303| TCP/UDP | Execution Client P2P |
| 9003 | TCP/UDP | Consensus Client P2P |
| 7300 | TCP | Metrics (Prometheus) |

### Supported Clients

- `reth` (default)
Expand Down