You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spell/d3m-checklist.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,17 +102,17 @@
102
102
-`D3MPlan`
103
103
-[ ] IF `operator` exists, it matches the address in the Exec sheet
104
104
-[ ] 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`)
105
107
- E2E test
106
108
-[ ] Ensure `targetAssets` can be updated either by `MCD_PAUSE_PROXY` or by the `operator` (if present in `D3MPlan`) through setting `targetRate` or `targetAsset` directly.
107
109
-[ ]`getTargetAssets` returns correct amount
108
110
-`D3MPool`
109
111
-[ ]`hub` matches `DIRECT_HUB` from the chainlog
110
112
-[ ]`ilk` matches bytes32 representation of ilk name in the Exec Sheet
111
113
-[ ]`vat` matches `MCD_VAT` from the chainlog
112
-
-[ ] Contract is activated (i.e. `require(D3MPool.active())`)
113
114
-[ ]`redeemable` matches Liquidity pool token address or vault address
114
115
-[ ] 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))`)
116
116
-[ ] IF `dai` exists, it matches `MCD_DAI` from the chainlog
117
117
-[ ] IF `daiJoin` exists, it matches `MCD_JOIN_DAI` from the chainlog
118
118
-[ ] IF `usds` exists, it matches `USDS` from the chainlog
0 commit comments