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.
- Install Python 3.11+.
git clone https://github.com/holmenov/ArbitrumNova-Transactions.git
.cd ArbitrumNova-Transactions
.pip install -r requirements.txt
.- Paste the wallet private key in
accounts.txt
and set the settings insettings.py
.
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.