Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 527 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 527 Bytes

Arbitragoor

Scripts to execute arbitrage requests, used in conjuction with this smart contract.

Build

yarn build

Run

Update .env with the desired configuration, then run:

yarn start

Docker

docker build . -t arbitragoor
docker run --env-file=.env arbitragoor:latest

Contract lifecycle

Withdraw any funds from the contract

yarn withdraw

Update the flashloan keeper

yarn change-keeper 0x000newkeeperaddress000...