From 22588cc0e6b707c99d32b5ed38fb34606fdad31f Mon Sep 17 00:00:00 2001 From: amusingaxl <112016538+amusingaxl@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:14:30 -0300 Subject: [PATCH] feat: add cull step for Centrifuge vaults --- spell/rwa-checklists.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spell/rwa-checklists.md b/spell/rwa-checklists.md index cd17b49..67062c6 100644 --- a/spell/rwa-checklists.md +++ b/spell/rwa-checklists.md @@ -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