This keeper will query the SparkLend Subgraph to find any positions that can be liquidated and then proceed to liquidate them via 1inch.
Please note this bot will liquidate any position regardless of whether it's profitable or not.
- Run
yarn
to install all dependencies. - Make a copy of
src/config/config.example.js
calledsrc/config/config.prod.js
and fill in all values. - Run:
yarn run server