diff --git a/src/data/faucets.json b/src/data/faucets.json index fa2158d..846b916 100644 --- a/src/data/faucets.json +++ b/src/data/faucets.json @@ -1,11 +1,19 @@ { "faucets": [ + { + "name": "Test6 network", + "chain_id": "test6", + "amounts": [5, 10, 15], + "url": "https://faucet-api.test6.testnets.gno.land", + "description": "The latest gno.land testnet, running the latest stable versions of Gno, gno.land, and TM2.", + "github_oauth_client_id": "Ov23ligBo4yDWMcoZaKF" + }, { "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.", + "description": "The fifth gno.land testnet", "recaptcha": "6LfHmYIqAAAAAEktVwxuLoagtBfSsp8kA_zx0vA2" }, {