Skip to content

Commit ed70306

Browse files
chore: move checklist to correct section & remove irrelevant checklistre-add hub value check
1 parent 5208017 commit ed70306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spell/d3m-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,17 +102,17 @@
102102
- `D3MPlan`
103103
- [ ] IF `operator` exists, it matches the address in the Exec sheet
104104
- [ ] IF other state variable values are specified in the Exec sheet, they are set correctly
105+
- [ ] Plan is active (i.e. `require(D3MPlan.active())`)
106+
- [ ] `D3MMom` is relied (i.e. `plan.wards(address(mom)) == 1`)
105107
- E2E test
106108
- [ ] Ensure `targetAssets` can be updated either by `MCD_PAUSE_PROXY` or by the `operator` (if present in `D3MPlan`) through setting `targetRate` or `targetAsset` directly.
107109
- [ ] `getTargetAssets` returns correct amount
108110
- `D3MPool`
109111
- [ ] `hub` matches `DIRECT_HUB` from the chainlog
110112
- [ ] `ilk` matches bytes32 representation of ilk name in the Exec Sheet
111113
- [ ] `vat` matches `MCD_VAT` from the chainlog
112-
- [ ] Contract is activated (i.e. `require(D3MPool.active())`)
113114
- [ ] `redeemable` matches Liquidity pool token address or vault address
114115
- [ ] IF other state variable values are specified in the Exec sheet, they are set correctly
115-
- [ ] `D3MMom` is relied (i.e. `plan.wards(address(mom))`)
116116
- [ ] IF `dai` exists, it matches `MCD_DAI` from the chainlog
117117
- [ ] IF `daiJoin` exists, it matches `MCD_JOIN_DAI` from the chainlog
118118
- [ ] IF `usds` exists, it matches `USDS` from the chainlog

0 commit comments

Comments
 (0)