├── .env ├── README.md ├── main.py ├── proxies.txt ├── requirements.txt └── wallets.txt /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HexQuant-hub/MegaETH-Faucet/HEAD/.env -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HexQuant-hub/MegaETH-Faucet/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HexQuant-hub/MegaETH-Faucet/HEAD/main.py -------------------------------------------------------------------------------- /proxies.txt: -------------------------------------------------------------------------------- 1 | http://username:password@host:port 2 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HexQuant-hub/MegaETH-Faucet/HEAD/requirements.txt -------------------------------------------------------------------------------- /wallets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HexQuant-hub/MegaETH-Faucet/HEAD/wallets.txt --------------------------------------------------------------------------------