Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add the dSocial Faucet #28

Merged
merged 1 commit into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/data/faucets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}