Skip to content

Commit

Permalink
New faucet only sends to ZetaChain
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Oct 4, 2023
1 parent 4fd8079 commit d64b982
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/developers/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d64b982

Please sign in to comment.