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

feat: add test5 #35

Merged
merged 1 commit into from
Nov 18, 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
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": "Gno test5 Testnet",
"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.",
"recaptcha": "6Lfm2XgqAAAAAPfC1VmfOR8eQNHw0bPUKzx9wJno"
},
{
"name": "Gno test4 Testnet",
"chain_id": "test4",
"amounts": [5, 10, 15],
"url": "https://faucet-api.test4.gno.land",
"description": "The latest gno.land multinode testnet, running the latest stable versions of Gno, gno.land, and TM2.",
"description": "v4 of the gno testnet. Running the first multinode versions of Gno, gno.land, and TM2.",
"recaptcha": "6LeXKwsqAAAAAPMtBHM7bupGDRmwoyPlgIRHBIVY"
},
{
Expand Down