Skip to content

Commit a0b827a

Browse files
committed
Remove stale faucetS
1 parent 67787c9 commit a0b827a

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

src/data/faucets.json

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@
88
"description": "The latest gno.land testnet, running the latest stable versions of Gno, gno.land, and TM2.",
99
"recaptcha": "6LfHmYIqAAAAAEktVwxuLoagtBfSsp8kA_zx0vA2"
1010
},
11-
{
12-
"name": "Test4 network",
13-
"chain_id": "test4",
14-
"amounts": [5, 10, 15],
15-
"url": "https://faucet-api.test4.gno.land",
16-
"description": "v4 of the gno.land network. Running the first multinode version of Gno, gno.land, and TM2.",
17-
"recaptcha": "6LeXKwsqAAAAAPMtBHM7bupGDRmwoyPlgIRHBIVY"
18-
},
1911
{
2012
"name": "Portal Loop",
2113
"chain_id": "portal-loop",
@@ -25,12 +17,12 @@
2517
"recaptcha": "6Ldp0pgpAAAAANZxTw4oy4XkOKhhkmpDl8Yoq6uw"
2618
},
2719
{
28-
"name": "Staging",
29-
"chain_id": "staging",
30-
"amounts": [1, 5, 10],
31-
"description": "A staging testnet which is reset regularly, used for testing automation, single-use code, and demoing.",
32-
"url": "https://faucet-api.staging.gnoteam.com",
33-
"recaptcha": "6Ldp0pgpAAAAANZxTw4oy4XkOKhhkmpDl8Yoq6uw"
20+
"name": "DevX Faucet",
21+
"chain_id": "devx",
22+
"amounts": [20, 50, 100],
23+
"url": "https://faucet.dev.gnodevx.network",
24+
"description": "A development testnet faucet used for Gno DevX",
25+
"recaptcha": "6LeuHdoqAAAAAAPd4iDTKRAsywQXnPEgy0ZWVgTJ"
3426
},
3527
{
3628
"name": "dSocial Faucet",
@@ -39,14 +31,6 @@
3931
"url": "https://faucet.gno.berty.io",
4032
"description": "The dSocial faucet is here to provide you with a smooth experience when onboarding a new user to the dSocial app. The dApp uses the faucet behind the scenes to provide initial funds for the user to interact with the gno.land dSocial realm.",
4133
"recaptcha": "6LcQz9IpAAAAAIRM9gJkdtANwRM0gaQVBPJq0Mr9"
42-
},
43-
{
44-
"name": "DevX Faucet",
45-
"chain_id": "devx",
46-
"amounts": [20, 50, 100],
47-
"url": "https://faucet.dev.gnodevx.network",
48-
"description": "A development testnet faucet used for Gno DevX",
49-
"recaptcha": "6LeuHdoqAAAAAAPd4iDTKRAsywQXnPEgy0ZWVgTJ"
5034
}
5135
]
5236
}

0 commit comments

Comments
 (0)