Tags: morpho-org/morpho-blue-liquidation-bot
Tags
V2 (#47) * feat: pricers * feat: update config and Readme * feat: add pricers to bot logic * fix: return if simulation not successfull * feat: trace executor profit * feat: clean profit computation * test: morpho api pricer * fix: gas expense computation * test: add vitest setup to ponder * feat: uniV3 pricer * feat: add defillama pricer * fix: overflow risk * feat: remove pricers supports functions * Update apps/client/test/vitest/pricers/defillama.test.ts Co-authored-by: Hayden Shively <[email protected]> Signed-off-by: Jean-Grimal <[email protected]> * feat: add try catch to morpho api pricer * feat: preliquidation config and indexing * feat: chainlink registry pricer * feat: preLiquidation logic * test: fix ponder helpers tests * fix: various fixes * fix: remove new relations * fix: add new relations * ci: update test schema name so it auto-migrates * feat: bump ponder to 0.11.x for multichain ordering speedup * fix: venue in script and clean tests * test: fix * test: preliquidation * feat: add support for uni v4 swaps * chore: remove old comments and console logs * revert accidental change * fix: address review comments * feat: caching for uni v4 pool creation events * feat: copy template * fix: to convert * test: fix indexer tests * test: fix ponder schema * feat: uze drizzle * fix: apply suggestions * feat: allow for external ponder api * feat: update README * refactor: move univ4 deployments to config * fix: remove useless functions * fix: comments * fix: linting, tests, and bump package version --------- Signed-off-by: Jean-Grimal <[email protected]> Co-authored-by: Hayden Shively <[email protected]>