We are using your faucet in tests.
Simplified example:
generate first (1) keypair and address
ask faucet for ETH
transfer small amount of ETH to ERC20 token
generate second (2) keypair and address
transfer small amount of ERC20 from 1 to 2
In the end address 1 has >0.5 ETH left each time we run tests (manual or CI). And address 2 has small amount of ERC20 tokens. Usually it is considered good practice to return unused coins to faucet. Do we need to return them to you?
Hello!
We are using your faucet in tests. Simplified example:
In the end address 1 has >0.5 ETH left each time we run tests (manual or CI). And address 2 has small amount of ERC20 tokens. Usually it is considered good practice to return unused coins to faucet. Do we need to return them to you?
Thanks!