initia-daily-bot
Version:
Initia Daily Routine Bot
56 lines (51 loc) • 1.81 kB
JavaScript
/**
* Initia daily bot user config.
*
* Bot Feature
* 1. Send 1 Init to Other
* 2. Send 1 Init to Other (BLACKWING)
* 3. Send 1 Init to Other (NOON)
* 4. Send 1 Init to Other (TUCANA)
* 5. Send 1 Init to Other (INIT AI)
* 6. Send 1 Init to Other (MINIMOVE)
* 7. Send 1 Init to Other (MINIWASM)
* 8. Send 1 Init to Other (CIVITA)
* 9. Bridge 1 Init to (CIVITA)
* 10. Bridge 1 Init to (TUCANA)
* 11. Bridge 1 Init to (INIT AI)
* 12. Send 0.1 TIA to Other (NOON) (EXPERIMENTAL)
* 13. Send 1 USDC to Other (BLACKWING) (EXPERIMENTAL)
* 14. Send 5 TUC to Other (TUCANA) (EXPERIMENTAL)
* 15. Send 0.0001 ETH to Other (MINIMOVE) (EXPERIMENTAL)
* 16. Swap 1 INIT to USDC
* 17. Swap 1 INIT to TIA
* 18. Swap 1 INIT to TUC
* 19. Swap 1 INIT to ETH
* 20. Stake 1 INIT to Omninode Account
* 21. Stake 0.5 USDC / INITIA LP to Omninode Account
* 22. Stake 0.01 TIA / INITIA LP to Omninode Account
* 23. Stake 0.0001 ETH / INITIA LP to Omninode Account
* 24. Request Faucet for Tucana Account
* 25. Add 1 TUC to Tucana Liquidity PERP
* 26. Swap 1 INIT to USDC on TUCANA Account
* 27. Roll Civitia Dice 3x For Account
* 28. Claim Staking Reward on Omninode
* 29. Vote a proposal on Initia
* 30. Move 0.1 Initia Stakes from Omninode to Nodes.Guru
* 31. Add Liquidity INIT/USDC on Tucana Liquidity Pool
* 32. Generate Collection on Init AI
* 33. Mint NFT on Collection Assasin Holding blade NFT
*
* Author : Widiskel
*
*/
// MORE TX CONFIG
// const userConfig = Array.from({ length: 33 }, (_, i) => i + 1);
// FOCUS EXP CONFIG
// const userConfig = [9, 10, 11, 16, 17, 18, 19, 20, 21, 22, 23, 28, 29, 30, 24, 25, 26, 31, 27 , 32, 33];
// USER CONFIG
const userConfig = [
9, 10, 11, 16, 17, 18, 19, 20, 21, 22, 23, 28, 29, 30, 24, 25, 26, 31, 27, 32,
33,
];
export { userConfig };