Skip to content

Commit 1daad0e

Browse files
committed
add network
1 parent 7fe291c commit 1daad0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/data/faucets.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
22
"faucets": [
33
{
4-
"name": "Test5",
4+
"name": "Test5 network",
55
"chain_id": "test5",
66
"amounts": [5, 10, 15],
77
"url": "https://faucet-api.test5.gno.land",
88
"description": "The latest gno.land testnet, running the latest stable versions of Gno, gno.land, and TM2.",
99
"recaptcha": "6LfHmYIqAAAAAEktVwxuLoagtBfSsp8kA_zx0vA2"
1010
},
1111
{
12-
"name": "Test4",
12+
"name": "Test4 network",
1313
"chain_id": "test4",
1414
"amounts": [5, 10, 15],
1515
"url": "https://faucet-api.test4.gno.land",
1616
"description": "v4 of the gno testnet. Running the first multinode versions of Gno, gno.land, and TM2.",
1717
"recaptcha": "6LeXKwsqAAAAAPMtBHM7bupGDRmwoyPlgIRHBIVY"
1818
},
1919
{
20-
"name": "Portal Loop",
20+
"name": "Portal Loop network",
2121
"chain_id": "portal-loop",
2222
"amounts": [1, 5, 10],
2323
"url": "https://faucet-api.gno.land",
2424
"description": "A nightly staging testnet used for experimenting with the latest versions of Gno, gno.land, and TM2.",
2525
"recaptcha": "6Ldp0pgpAAAAANZxTw4oy4XkOKhhkmpDl8Yoq6uw"
2626
},
2727
{
28-
"name": "Staging",
28+
"name": "Staging network",
2929
"chain_id": "staging",
3030
"amounts": [1, 5, 10],
3131
"description": "A staging testnet which is reset regularly, used for testing automation, single-use code, and demoing.",

0 commit comments

Comments
 (0)