diff --git a/src/data/faucets.json b/src/data/faucets.json index 6b9e2c3..86fb82b 100644 --- a/src/data/faucets.json +++ b/src/data/faucets.json @@ -6,6 +6,14 @@ "amounts": [1, 5, 10], "url": "https://faucet-api.portal.gnoteam.com", "recaptcha": "6Ldp0pgpAAAAANZxTw4oy4XkOKhhkmpDl8Yoq6uw" + }, + { + "name": "Example Network", + "chain_id": "example-chain-id", + "amounts": [1, 5, 10, ], + "url": "", + "description": "An example network used for an example use case.", + "recaptcha": "" } ] }