Scripts to execute arbitrage requests, used in conjuction with this smart contract.
yarn build
Update .env
with the desired configuration, then run:
yarn start
docker build . -t arbitragoor
docker run --env-file=.env arbitragoor:latest
Withdraw any funds from the contract
yarn withdraw
Update the flashloan keeper
yarn change-keeper 0x000newkeeperaddress000...