From 56e5f80f505d102d4d682ad439e13299413ba6d3 Mon Sep 17 00:00:00 2001 From: D4ryl00 Date: Mon, 6 May 2024 16:32:28 +0200 Subject: [PATCH] chore: add the dSocial Faucet Signed-off-by: D4ryl00 --- src/data/faucets.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/data/faucets.json b/src/data/faucets.json index c74635f..74a6053 100644 --- a/src/data/faucets.json +++ b/src/data/faucets.json @@ -15,6 +15,14 @@ "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" } ] }