Skip to content

Instantly share code, notes, and snippets.

@doma2k
Last active June 26, 2022 09:44
Show Gist options
  • Save doma2k/7b666071e1813cad26564997df8cf0cf to your computer and use it in GitHub Desktop.
Save doma2k/7b666071e1813cad26564997df8cf0cf to your computer and use it in GitHub Desktop.
In terminal, type: "nano faucet.sh" past text below , and start script by command: "bash faucet.sh"
for (( ;; ));
do
# change mantle1address to you actual address
curl -d '{"address":"mantle1address"}' -H 'Content-Type: application/json' https://api.testnet.assetmantle.one/faucet/faucetRequest
# change your restart faucet use time
sleep 24h
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment