jamesbachini / DEX-Arbitrage

Example arbitrage trading bot
GNU General Public License v3.0
615 stars 350 forks source link

Script execution #26

Closed isslerman closed 1 year ago

isslerman commented 1 year ago

I think there is an error on readme.txt description execution:

"Then to execute run:- npx hardhat run --network aurora .\scripts\deploy.js"

It is not the deploy.js , is trade.js correct? I think the deploy is only to deploy the contract and then after change the json config address you execute the trade.js. Thanks for the video and the script. I'm trying some alternative exercise with the BSC network.

Marcos Issler

jamesbachini commented 1 year ago

Updated, thank you