From d64b982e77c385b4f69270eef8262e78057d6398 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Wed, 4 Oct 2023 11:59:34 +0300 Subject: [PATCH] New faucet only sends to ZetaChain --- docs/developers/template.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/developers/template.md b/docs/developers/template.md index 813e6ab3..5523e216 100644 --- a/docs/developers/template.md +++ b/docs/developers/template.md @@ -88,13 +88,9 @@ npx hardhat faucet This command requests tokens from the faucet for the account address derived from the private key specified in the `.env`. Tokens sent to the address on -ZetaChain. To specify a different chain use a flag: +ZetaChain. -``` -npx hardhat faucet --chain goerli_testnet -``` - -You can also specify a different address to send the tokens to: +You can specify a different address to send the tokens to: ``` npx hardhat faucet --address ADDRESS