This bot will claim your airdrop tokens from the Token Distributor contract. If you have multiple eligible addresses, a mode is available to send all your tokens to a single address.
- Put your private keys in the file
json/addresses.json - Copy
.env.example, name it.envand fill in theNETWORK_RPCandNETWORK_WSSvalues. You can get your own RPC and WSS endpoints from Alchemy. You have to create two projects, one on the Ethereum mainnet and one on the Arbitrum mainnet.NETWORK_RPCshould be the Ethereum mainnet RPC endpoint andNETWORK_WSSshould be the Arbitrum mainnet WSS endpoint.
It's recommended to run the bot as late as possible to avoid the risk to see your requests limited by Alchemy.
If you want to send your tokens to an other address, run :
cargo run -- --address 0xYOURADRESSelse
cargo runYou should see something like this :
A limit of 15 transfer attempts is set to avoid infinite loops.
This bot is provided as is, without any warranty. Use it at your own risk. I advise you to try to manually claim it too, just to be sure.
