From e1b0dc0c350226eb7fed4bc86b84dc16e2bc1ac4 Mon Sep 17 00:00:00 2001 From: Leon Hudak <33522493+leohhhn@users.noreply.github.com> Date: Sun, 26 May 2024 21:13:01 +0200 Subject: [PATCH] feat(docs/home): Add Faucet Hub & `gno.land/faucet` mentions (#2124) ## Description Closes [#2121](https://github.com/gnolang/gno/issues/2121)
Contributors' checklist... - [x] Added new tests, or not needed, or not feasible - [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [x] Updated the official documentation or not needed - [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [x] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
--- docs/concepts/testnets.md | 3 ++- examples/gno.land/r/gnoland/home/home.gno | 1 + examples/gno.land/r/gnoland/home/home_filetest.gno | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) 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)
diff --git a/examples/gno.land/r/gnoland/home/home_filetest.gno b/examples/gno.land/r/gnoland/home/home_filetest.gno index fa6fbe4e2a1..e67f9ff5fdc 100644 --- a/examples/gno.land/r/gnoland/home/home_filetest.gno +++ b/examples/gno.land/r/gnoland/home/home_filetest.gno @@ -43,6 +43,7 @@ func main() { //- [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) // //
//