From adc5ec8f48c9793fecf6973bd94bc5533ba1dc97 Mon Sep 17 00:00:00 2001 From: Manfred Touron <94029+moul@users.noreply.github.com> Date: Thu, 17 Apr 2025 18:04:39 +0200 Subject: [PATCH] chore: PL -> Staging (title only) + move test5 at the end --- src/data/faucets.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/data/faucets.json b/src/data/faucets.json index c66712a..1add7fa 100644 --- a/src/data/faucets.json +++ b/src/data/faucets.json @@ -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", @@ -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" } ] }