Skip to content

Commit

Permalink
Update client.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten authored Jan 27, 2025
1 parent 56eb94c commit 19b948d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/references/cli/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ $ sui client active-address

### Request a SUI coin from faucet

If you use one of the standard public RPCs (for example, `fullnode.testnet.sui.io:443`), you can use the `faucet` command to request gas coins. If you use a custom faucet service, then pass in the URL to the faucet using the `--url` option.
If you use one of the standard public RPCs (for example, `fullnode.devnet.sui.io:443`), you can use the `faucet` command to request gas coins. If you use a custom faucet service, then pass in the URL to the faucet using the `--url` option.
Note that this works for a local network as well, if you start it with the default faucet port (for custom ports, use the `--url` option).

```sh
$ sui client faucet
Expand Down

0 comments on commit 19b948d

Please sign in to comment.