From 409c856169b638993109d0350db85e29a0ea8f7d Mon Sep 17 00:00:00 2001 From: SidestreamStrongStrawberry <148877987+SidestreamStrongStrawberry@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:22:47 +0200 Subject: [PATCH] chore: remove redundant checks --- spell/d3m-checklist.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spell/d3m-checklist.md b/spell/d3m-checklist.md index 5205974..66c8866 100644 --- a/spell/d3m-checklist.md +++ b/spell/d3m-checklist.md @@ -52,8 +52,6 @@ - [ ] IF other state variable values are specified in the Exec sheet, they are set correctly - `D3MPool` - [ ] `hub` is set to `DIRECT_HUB` from the chainlog - - [ ] `ilk` name matches - - [ ] `vat` is set to `MCD_VAT` from the chainlog - [ ] IF `king` exists, it is set to `MCD_PAUSE_PROXY` from the chainlog - [ ] IF other state variable values are specified in the Exec sheet, they are set correctly - `D3MOracle` @@ -66,7 +64,6 @@ - [ ] `culled` and `tic` values are not updated - `MCD_VAT` - [ ] `ilk` is initialized using [`vat.init(ilk)`](https://github.com/makerdao/dss/blob/fa4f6630afb0624d04a003e920b0d71a00331d98/src/vat.sol#L100-L103) - - [ ] `Line` is updated to `vat.Line() + gap` - `MCD_JUG` - [ ] `ilk` is initialized using [`jug.init(ilk)`](https://github.com/makerdao/dss/blob/fa4f6630afb0624d04a003e920b0d71a00331d98/src/jug.sol#L101-L106) - `MCD_SPOT` @@ -152,5 +149,3 @@ - [ ] `xlip` matches `address(0)` - [ ] `name` matches the current D3M `D3MPool.redeemable()` tokens name - [ ] `symbol` matches the current D3M `D3MPool.redeemable()` tokens symbol - - `MCD_VAT` - - [ ] `DIRECT_HUB` is relied (i.e. `vat.wards(address(hub))`)