Skip to content

Commit a06eb1a

Browse files
Add test6 faucet (#42)
1 parent 74efcb7 commit a06eb1a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/data/faucets.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{
22
"faucets": [
3+
{
4+
"name": "Test6 network",
5+
"chain_id": "test6",
6+
"amounts": [5, 10, 15],
7+
"url": "https://faucet-api.test6.testnets.gno.land",
8+
"description": "The latest gno.land testnet, running the latest stable versions of Gno, gno.land, and TM2.",
9+
"github_oauth_client_id": "Ov23ligBo4yDWMcoZaKF"
10+
},
311
{
412
"name": "Test5 network",
513
"chain_id": "test5",
614
"amounts": [5, 10, 15],
715
"url": "https://faucet-api.test5.gno.land",
8-
"description": "The latest gno.land testnet, running the latest stable versions of Gno, gno.land, and TM2.",
16+
"description": "The fifth gno.land testnet",
917
"recaptcha": "6LfHmYIqAAAAAEktVwxuLoagtBfSsp8kA_zx0vA2"
1018
},
1119
{

0 commit comments

Comments
 (0)