A simple script to allow a user to liquidate a LiquidOps position
- Install bun
- Then run, bun install
- Then go to index.ts and specify the liquidation configs
- Then make a .env file and add your wallet JWK to it. You can see a example of how it should be done in .env.example
- Then run, bun run dev
- Done