From c1c5a6c7341125e157eb7f9f237d958c26ec44a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20BARBERO?= Date: Wed, 8 May 2024 17:40:11 +0200 Subject: [PATCH] chore: add the dSocial Faucet (#28) 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" } ] }