From 9ad27046c5fbc814cb7d9339097eed96a922c083 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Fri, 27 Oct 2023 14:50:49 +0100 Subject: [PATCH] docs(faucet): fix default port in readme (#1835) --- packages/faucet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |