Skip to content

feat: add test6 faucet #42

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

Merged
merged 1 commit into from
Apr 14, 2025
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
10 changes: 9 additions & 1 deletion src/data/faucets.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"faucets": [
{
"name": "Test6 network",
"chain_id": "test6",
"amounts": [5, 10, 15],
"url": "https://faucet-api.test6.testnets.gno.land",
"description": "The latest gno.land testnet, running the latest stable versions of Gno, gno.land, and TM2.",
"github_oauth_client_id": "Ov23ligBo4yDWMcoZaKF"
},
{
"name": "Test5 network",
"chain_id": "test5",
"amounts": [5, 10, 15],
"url": "https://faucet-api.test5.gno.land",
"description": "The latest gno.land testnet, running the latest stable versions of Gno, gno.land, and TM2.",
"description": "The fifth gno.land testnet",
"recaptcha": "6LfHmYIqAAAAAEktVwxuLoagtBfSsp8kA_zx0vA2"
},
{
Expand Down