Skip to content

Commit ef29f94

Browse files
authored
chore: new domain (#19)
* Match new deployment * update link, add link to readme
1 parent 7fceda5 commit ef29f94

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The Gno Faucet Hub serves as a collective access point where developers can obtain
33
testnet coins to test and develop applications on a variety of Gno testnets.
44

5-
The Gno Faucet Hub deployment can be found [here](https://faucet.gnoteam.com).
5+
The Gno Faucet Hub deployment can be found [here](https://faucet.gno.land).
66

77
## Adding your faucet to the Hub
88

@@ -26,9 +26,9 @@ After setting up your faucet and obtaining a reCaptcha keypair, adding your fauc
2626
to the Hub is as simple as providing a PR with a JSON config to this repo.
2727

2828
To add your faucet to the Hub, you need to provide your faucet configuration
29-
information in `src/data/faucets.json`. This includes the name of the network
30-
the faucet is serving on, the network chain ID, drip options for the faucet (in
31-
GNOT), the faucet URL, and the recaptcha site key.
29+
information in [`src/data/faucets.json`](./src/data/faucets.json). This includes
30+
the name of the network the faucet is serving on, the network chain ID, drip
31+
options for the faucet (in GNOT), the faucet URL, and the recaptcha site key.
3232

3333
```json
3434
{
@@ -40,4 +40,4 @@ GNOT), the faucet URL, and the recaptcha site key.
4040
}
4141
```
4242

43-
You can find an example PR [here](https://github.com/gnolang/faucet-hub/pull/16).
43+
You can find an example PR [here](https://github.com/gnolang/faucet-hub/pull/16).

src/data/faucets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Gno Portal Loop",
55
"chain_id": "portal-loop",
66
"amounts": [1, 5, 10],
7-
"url": "https://faucet-api.portal.gnoteam.com",
7+
"url": "https://faucet-api.gno.land",
88
"recaptcha": "6Ldp0pgpAAAAANZxTw4oy4XkOKhhkmpDl8Yoq6uw"
99
},
1010
{

0 commit comments

Comments
 (0)