diff --git a/packages/faucet/README.md b/packages/faucet/README.md index a5a5f52850..6afc0f84ff 100644 --- a/packages/faucet/README.md +++ b/packages/faucet/README.md @@ -24,7 +24,7 @@ The faucet can configured with the following environment variables: | Variable | Description | Default | | -------------------- | ----------------------------------------------------- | --------- | | `HOST` | Host that the indexer server listens on | `0.0.0.0` | -| `PORT` | Port that the indexer server listens on | `3001` | +| `PORT` | Port that the indexer server listens on | `3002` | | `RPC_HTTP_URL` | HTTP URL for Ethereum RPC | | | `FAUCET_PRIVATE_KEY` | Private key of wallet to distribute faucet funds from | | | `DRIP_AMOUNT_ETHER` | Drip amount in ether |