Skip to content

Commit

Permalink
feat(docs/home): Add Faucet Hub & gno.land/faucet mentions (gnolang…
Browse files Browse the repository at this point in the history
…#2124)

<!-- please provide a detailed description of the changes made in this
pull request. -->

## Description

Closes [gnolang#2121](gnolang#2121)

<details><summary>Contributors' checklist...</summary>

- [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).
</details>
  • Loading branch information
leohhhn authored May 26, 2024
1 parent 8afa5bc commit e1b0dc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/concepts/testnets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions examples/gno.land/r/gnoland/home/home.gno
Original file line number Diff line number Diff line change
Expand Up @@ -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)
</div><!-- end column-->
<div class="column">
Expand Down
1 change: 1 addition & 0 deletions examples/gno.land/r/gnoland/home/home_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -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)
//
//</div><!-- end column-->
//<div class="column">
Expand Down

0 comments on commit e1b0dc0

Please sign in to comment.