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

handle empty faucets #1884

Open
aelmanaa opened this issue Nov 17, 2022 · 2 comments
Open

handle empty faucets #1884

aelmanaa opened this issue Nov 17, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@aelmanaa
Copy link
Contributor

Hi there,

https://faucet.goerli.mudit.blog is referenced in the list of Goerli faucets. Are you able to use it? seems like the faucet is empty

@ligi ligi changed the title https://faucet.goerli.mudit.blog : empty faucet handle empty faucets Nov 18, 2022
@ligi
Copy link
Member

ligi commented Nov 18, 2022

yea unfortunately faucets are drained - especially goerli ones - big problem in the community - see e.g. eth-clients/goerli#129
Not yet sure how to handle this - I do not just want to remove them. Maybe put in object like:

{
"URL":"https://my.faucet.org",
"authTypes": ["interep","hCaptcha","twitter"],
"drips": [{"value":"420000000000000000000","unit":"ETH"}],
"problems": ["empty"]
}

@ligi ligi mentioned this issue Nov 18, 2022
@ligi ligi added the enhancement New feature or request label Nov 19, 2022
@dwightjl
Copy link

The drained faucet is removed. Currently it looks like the following faucets are listed:

"http://fauceth.komputing.org?chain=5&address=${ADDRESS}",
"https://goerli-faucet.slock.it?address=${ADDRESS}",
"https://faucet.goerli.mudit.blog"

I expect this issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants
@ligi @aelmanaa @dwightjl and others