Skip to content

Instantly share code, notes, and snippets.

View cre-mer's full-sized avatar
:atom:
Voll-Strack Developer

Jonas Merhej cre-mer

:atom:
Voll-Strack Developer
View GitHub Profile
@cre-mer
cre-mer / README.md
Last active October 11, 2022 21:18
JavaScript snippet to run from the browser console in https://faucet.polygon.technology/ to auto recharge an address.

How to

  1. Go to https://faucet.polygon.technology/
  2. Paste your address
  3. Copy and paste the script in the browser console
  4. Press enter and enjoy

Notes

Loop runs max 20 times. The faucet funds 0.5 MATIC each time and the faucet doesn't fund if address balance is bigger than 10 MATIC. After 20 runs an alert pops up with the message that it's done.

Attention