blockworks-foundation / liquidator-v3

Mango Markets V3 Liquidator Bot
MIT License
308 stars 111 forks source link

Support using the liquidatable accounts feed as data source #16

Closed ckamm closed 2 years ago

ckamm commented 2 years ago

This adds a new LIQUIDATABLE_FEED_WEBSOCKET_ADDRESS environment variable. If set, the liquidator will try to liquidate only accounts passed in through this feed.

Documentation is still missing.

ckamm commented 2 years ago

@riordanp The liquidation test passes for me now. Would be happy to get a review!