-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
Hello,
We just run a faucet for ERC20 token and it show a message
Sorry, the faucet is out of funds :(
config.yaml
# minimum balance to keep in the faucet wallet (in wei)
spareFundsAmount: 10000000000000000000 # 10 TOKEN
# minimum balance to show the empty faucet error message
noFundsBalance: 100000000000000000000 # 100 TOKEN
# minimum balance to show the low funds warning
lowFundsBalance: 1000000000000000000000 # 1000 TOKENfaucet logs
2025-09-15 19:42:37 INFO Wallet 0xe8e6EffeDD527b2E30244443A5094fA6c67F82F7: 1000 TOKEN [Nonce: 0]Does these limits apply to ERC20 tokens or only for ETH, and is there a way to disable them?
Metadata
Metadata
Assignees
Labels
No labels