Skip to content

Commit

Permalink
docs(faucet): fix default port in readme (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Oct 27, 2023
1 parent b1d4172 commit 9ad2704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/faucet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 9ad2704

Please sign in to comment.