gitextract_f008ug3n/ ├── .gitignore ├── LICENSE ├── README.md ├── config.py ├── data/ │ └── services/ │ ├── bad_wallets.json │ └── wallets_progress.json ├── functions.py ├── main.py ├── modules/ │ ├── __init__.py │ ├── berachain.py │ ├── client.py │ ├── cutsom_module.py │ ├── faucets.py │ ├── galxe.py │ └── interfaces.py ├── requirements.txt └── utils/ ├── modules_runner.py ├── networks.py ├── route_generator.py └── tools.py