-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfaucets.json
52 lines (52 loc) · 2.06 KB
/
faucets.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"faucets": [
{
"name": "Test5 network",
"chain_id": "test5",
"amounts": [5, 10, 15],
"url": "https://faucet-api.test5.gno.land",
"description": "The latest gno.land testnet, running the latest stable versions of Gno, gno.land, and TM2.",
"recaptcha": "6LfHmYIqAAAAAEktVwxuLoagtBfSsp8kA_zx0vA2"
},
{
"name": "Test4 network",
"chain_id": "test4",
"amounts": [5, 10, 15],
"url": "https://faucet-api.test4.gno.land",
"description": "v4 of the gno.land network. Running the first multinode version of Gno, gno.land, and TM2.",
"recaptcha": "6LeXKwsqAAAAAPMtBHM7bupGDRmwoyPlgIRHBIVY"
},
{
"name": "Portal Loop",
"chain_id": "portal-loop",
"amounts": [1, 5, 10],
"url": "https://faucet-api.gno.land",
"description": "A nightly staging testnet used for experimenting with the latest versions of Gno, gno.land, and TM2.",
"recaptcha": "6Ldp0pgpAAAAANZxTw4oy4XkOKhhkmpDl8Yoq6uw"
},
{
"name": "Staging",
"chain_id": "staging",
"amounts": [1, 5, 10],
"description": "A staging testnet which is reset regularly, used for testing automation, single-use code, and demoing.",
"url": "https://faucet-api.staging.gnoteam.com",
"recaptcha": "6Ldp0pgpAAAAANZxTw4oy4XkOKhhkmpDl8Yoq6uw"
},
{
"name": "dSocial Faucet",
"chain_id": "dev",
"amounts": [1, 5, 10],
"url": "https://faucet.gno.berty.io",
"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.",
"recaptcha": "6LcQz9IpAAAAAIRM9gJkdtANwRM0gaQVBPJq0Mr9"
},
{
"name": "DevX Faucet",
"chain_id": "devx",
"amounts": [20, 50, 100],
"url": "https://faucet.dev.gnodevx.network",
"description": "A development testnet faucet used for Gno DevX",
"recaptcha": "6LeuHdoqAAAAAAPd4iDTKRAsywQXnPEgy0ZWVgTJ"
}
]
}