@@ -32,34 +32,36 @@ def get_module():
3232 Choice ("14) Make swap on Odos" , swap_odos ),
3333 Choice ("15) Make swap on ZkSwap" , swap_zkswap ),
3434 Choice ("16) Make swap on XYSwap" , swap_xyswap ),
35- Choice ("17) Make bungee refuel" , bungee_refuel ),
36- Choice ("18) Stargate bridge MAV" , stargate_bridge ),
37- Choice ("19) Deposit Eralend" , deposit_eralend ),
38- Choice ("20) Withdraw Eralend" , withdraw_erlaned ),
39- Choice ("21) Enable collateral on Eralend" , enable_collateral_eralend ),
40- Choice ("22) Disable collateral on Eralend" , disable_collateral_eralend ),
41- Choice ("23) Deposit Basilisk" , deposit_basilisk ),
42- Choice ("24) Withdraw Basilisk" , withdraw_basilisk ),
43- Choice ("25) Enable collateral on Basilisk" , enable_collateral_basilisk ),
44- Choice ("26) Disable collateral on Basilisk" , disable_collateral_basilisk ),
45- Choice ("27) Deposit ReactorFusion" , deposit_reactorfusion ),
46- Choice ("28) Withdraw ReactorFusion" , withdraw_reactorfusion ),
47- Choice ("29) Enable collateral on ReactorFusion" , enable_collateral_reactorfusion ),
48- Choice ("30) Disable collateral on ReactorFusion" , disable_collateral_reactorfusion ),
49- Choice ("31) Create NFT collection on Omnisea" , create_omnisea ),
50- Choice ("32) Mint and bridge NFT L2Telegraph" , bridge_nft ),
51- Choice ("33) Mint Tavaera ID + NFT" , mint_tavaera ),
52- Choice ("34) Mint NFT" , mint_nft ),
53- Choice ("35) Mint ZKS Domain" , mint_zks_domain ),
54- Choice ("36) Mint Era Domain" , mint_era_domain ),
55- Choice ("37) Send message L2Telegraph" , send_message ),
56- Choice ("38) Dmail sending mail" , send_mail ),
57- Choice ("39) MultiSwap" , swap_multiswap ),
58- Choice ("40) Use custom routes" , custom_routes ),
59- Choice ("41) MultiApprove" , multi_approve ),
60- Choice ("42) Deploy contract and mint token" , deploy_contract_zksync ),
61- Choice ("43) Check transaction count" , "tx_checker" ),
62- Choice ("44) Exit" , "exit" ),
35+ Choice ("17) Make swap on OpenOcean" , swap_openocean ),
36+ Choice ("18) Make swap on 1inch" , swap_inch ),
37+ Choice ("19) Make bungee refuel" , bungee_refuel ),
38+ Choice ("20) Stargate bridge MAV" , stargate_bridge ),
39+ Choice ("21) Deposit Eralend" , deposit_eralend ),
40+ Choice ("22) Withdraw Eralend" , withdraw_erlaned ),
41+ Choice ("23) Enable collateral on Eralend" , enable_collateral_eralend ),
42+ Choice ("24) Disable collateral on Eralend" , disable_collateral_eralend ),
43+ Choice ("25) Deposit Basilisk" , deposit_basilisk ),
44+ Choice ("26) Withdraw Basilisk" , withdraw_basilisk ),
45+ Choice ("27) Enable collateral on Basilisk" , enable_collateral_basilisk ),
46+ Choice ("28) Disable collateral on Basilisk" , disable_collateral_basilisk ),
47+ Choice ("29) Deposit ReactorFusion" , deposit_reactorfusion ),
48+ Choice ("30) Withdraw ReactorFusion" , withdraw_reactorfusion ),
49+ Choice ("31) Enable collateral on ReactorFusion" , enable_collateral_reactorfusion ),
50+ Choice ("32) Disable collateral on ReactorFusion" , disable_collateral_reactorfusion ),
51+ Choice ("33) Create NFT collection on Omnisea" , create_omnisea ),
52+ Choice ("34) Mint and bridge NFT L2Telegraph" , bridge_nft ),
53+ Choice ("35) Mint Tavaera ID + NFT" , mint_tavaera ),
54+ Choice ("36) Mint NFT" , mint_nft ),
55+ Choice ("37) Mint ZKS Domain" , mint_zks_domain ),
56+ Choice ("38) Mint Era Domain" , mint_era_domain ),
57+ Choice ("39) Send message L2Telegraph" , send_message ),
58+ Choice ("40) Dmail sending mail" , send_mail ),
59+ Choice ("41) MultiSwap" , swap_multiswap ),
60+ Choice ("42) Use custom routes" , custom_routes ),
61+ Choice ("43) MultiApprove" , multi_approve ),
62+ Choice ("44) Deploy contract and mint token" , deploy_contract_zksync ),
63+ Choice ("45) Check transaction count" , "tx_checker" ),
64+ Choice ("46) Exit" , "exit" ),
6365 ],
6466 qmark = "⚙️ " ,
6567 pointer = "✅ "
0 commit comments