├── warmup.png └── README.md /warmup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ak1rahunt3r/eth-airdrop-warmup/HEAD/warmup.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # eth-airdrop-warmup 2 | Make low-cost transactions on new ethereum accounts to avoid airdrop disqualification and increase airdrop chance. 3 | 4 | ![alt text](https://github.com/ak1rahunt3r/eth-airdrop-warmup/blob/main/warmup.png?raw=true) 5 | 6 | ### Transaction types 7 | - Base bridge 8 | - Zora bridge 9 | - ZK bridge 10 | - Starknet bridge 11 | - Bungee refuel 12 | 13 | ### Setup 14 | - Create files: 15 | - - private_keys.txt - ethereum private keys with some eth balances 16 | - addresses_starknet.txt - your addresses on starknet where bridge swap comes 17 | - addresses_evm.txt - your eth addresses where transfers comes 18 | - RandomGasFee - random gas fee about minimum 19 | - MaxModulesCount - use all swaps for each private key 20 | - ShuffleModules - shuffle module execution order (recommended) 21 | --------------------------------------------------------------------------------