This script check if there are unhealthy loans and execute the liquidation.
At the first time you should follow this steps:
- npm install
- npm run build
- cp -R node_modules /dist
- Complete env file with your private key
- copy .env.sample to .env
- npm run dev
Remind to have enough assets to cover the debts and eth to pay the gas in your wallet (private key account).