Skip to content

chore: PL -> Staging (title only) + move test5 at the end #45

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 18, 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
18 changes: 9 additions & 9 deletions src/data/faucets.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,7 @@
"recaptcha": "6LfTghgrAAAAAFHO8IsgWMpDI1692Q-9cZdikI5F"
},
{
"name": "Test5 network",
"chain_id": "test5",
"amounts": [5, 10, 15],
"url": "https://faucet-api.test5.gno.land",
"description": "The fifth gno.land testnet",
"recaptcha": "6LfHmYIqAAAAAEktVwxuLoagtBfSsp8kA_zx0vA2"
},
{
"name": "Portal Loop",
"name": "Staging",
"chain_id": "portal-loop",
"amounts": [1, 5, 10],
"url": "https://faucet-api.gno.land",
Expand All @@ -39,6 +31,14 @@
"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"
},
{
"name": "Test5 network",
"chain_id": "test5",
"amounts": [5, 10, 15],
"url": "https://faucet-api.test5.gno.land",
"description": "The fifth gno.land testnet",
"recaptcha": "6LfHmYIqAAAAAEktVwxuLoagtBfSsp8kA_zx0vA2"
}
]
}