/ArbitrumNova-Transactions

🟠 This repository enables you to create transactions on the Arbitrum Nova network. It supports ETH <-> USDC exchanges, as well as wrapping and unwrapping of Ether. Additionally, this repository is proxy-compatible, enhancing its flexibility and usability.

Primary LanguagePython

Typing SVG

This repository will allow you to create transactions on the Arbitrum Nova.

You can do ETH -> USDC exchange and vice versa, as well as wrap and unwrap ether.

The repository supports proxies.

INSTALLATION

  1. Install Python 3.11+.
  2. git clone https://github.com/holmenov/ArbitrumNova-Transactions.git.
  3. cd ArbitrumNova-Transactions.
  4. pip install -r requirements.txt.
  5. Paste the wallet private key in accounts.txt and set the settings in settings.py.

SETTINGS

  • GAS_MULTIPLAYER - GWEI multiplier [Integer].
  • USE_PROXY - Proxy mode [Boolean].
  • RANDOM_WALLET - Random wallet mode [Boolean].
  • SLIPPAGE - Percentage that is lost on exchange [Integer].
  • SLEEP_FROM, SLEEP_TO - Seconds to sleep after completing a task [Integer].
  • QUANTITY_THREADS - Quantity threads [Integer].
  • THREAD_SLEEP_FROM, THREAD_SLEEP_TO - Interval in seconds between thread starts [Integer].

In all_modules.py, you will be able to configure the minimum and maximum amount for each modules, as well as make your own list of modules to randomize actions.