diff --git a/docs/concepts/testnets.md b/docs/concepts/testnets.md index 8546ef44df2..7f0734cdc28 100644 --- a/docs/concepts/testnets.md +++ b/docs/concepts/testnets.md @@ -40,7 +40,8 @@ state - they are refreshed with every new commit to the `master` branch. monorepo For more information on the Portal Loop, and how it can be best utilized, -check out the [Portal Loop concept page](./portal-loop.md). +check out the [Portal Loop concept page](./portal-loop.md). Also, you can find +the Portal Loop faucet on [`gno.land/faucet`](https://gno.land/faucet). ## Staging Staging is a testnet that is reset once every 60 minutes. diff --git a/examples/gno.land/r/gnoland/home/home.gno b/examples/gno.land/r/gnoland/home/home.gno index d8bec8242c2..881b9bd104e 100644 --- a/examples/gno.land/r/gnoland/home/home.gno +++ b/examples/gno.land/r/gnoland/home/home.gno @@ -245,6 +245,7 @@ func discoverLinks() ui.Element { - [Visit the official documentation](https://docs.gno.land) - [Gno by Example](https://gno-by-example.com/) - [Efficient local development for Gno](https://docs.gno.land/gno-tooling/cli/gno-tooling-gnodev) +- [Get testnet GNOTs](https://faucet.gno.land)