Skip to content

Commit

Permalink
Resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjain23 committed Dec 16, 2024
1 parent a61b462 commit 5505819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/content/developer/getting-started/get-coins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ curl --location --request POST 'https://faucet.testnet.iota.cafe/gas' \

:::tip Test tokens on a local network

If you're working with a local network, replace <>{Networks.iota_move_devnet.faucetUrl}</> with the appropriate value based on which package runs your network:
If you're working with a local network, replace <code>{Networks.iota_move_devnet.faucetUrl}</code> with the appropriate value based on which package runs your network:

- `iota-faucet`: `http://127.0.0.1:5003/gas`
- `iota start`: <code>{Networks.iota_localnet.faucetUrl}</code>
- `iota start`: `http://127.0.0.1:9123/gas`

You can also get tokens from your [local faucet](local-network.mdx#use-the-local-faucet).

Expand Down
2 changes: 1 addition & 1 deletion docs/content/operator/iota-full-node/source.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Use the following steps to update your Full node:
./target/release/iota-node --config-path fullnode.yaml
```

Your Full node restarts on: <>{Networks.iota_localnet.jsonRpcUrl}</>.
Your Full node restarts on: <code>{Networks.iota_localnet.jsonRpcUrl}</code>.

:::info

Expand Down

0 comments on commit 5505819

Please sign in to comment.