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" } ] }