Skip to content

Commit

Permalink
chore: add the dSocial Faucet (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
  • Loading branch information
D4ryl00 committed May 8, 2024
1 parent b2177ba commit c1c5a6c
Showing 1 changed file with 8 additions and 0 deletions.
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"
}
]
}

0 comments on commit c1c5a6c

Please sign in to comment.