Skip to content

Commit

Permalink
feat: add cull step for Centrifuge vaults
Browse files Browse the repository at this point in the history
  • Loading branch information
amusingaxl committed Dec 3, 2024
1 parent 4a6c812 commit 22588cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spell/rwa-checklists.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,5 @@
* [ ] IF `block.timestamp >= toc + tau`, then
* [ ] IF the stability fee for the ilk is not zero (`jug.ilks(ilk).duty > 1 * RAY`), `jug.drip(ilk)` call is present
* [ ] `RwaLiquidationOracle.cull(ilk, RWAXYZ_A_URN)` call is present
* [ ] IF `RWAXYZ_A_INPUT_CONDUIT` is an instance of [`TinlakeMgr`](https://github.com/centrifuge/tinlake-maker-lib/blob/master/src/mgr.sol) (it is a Centrifuge integration), additional `TinlakeMgr.cull()` call is present
* [ ] OTHERWISE the write-off can only happen in a future spell

0 comments on commit 22588cc

Please sign in to comment.