Skip to content

Commit

Permalink
chore: move checklist to correct section & remove irrelevant checklis…
Browse files Browse the repository at this point in the history
…tre-add hub value check (#45)
  • Loading branch information
SidestreamStrongStrawberry authored Jan 10, 2025
1 parent 042effd commit 161895d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spell/d3m-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,17 @@
- `D3MPlan`
- [ ] IF `operator` exists, it matches the address in the Exec sheet
- [ ] IF other state variable values are specified in the Exec sheet, they are set correctly
- [ ] Plan is active (i.e. `require(D3MPlan.active())`)
- [ ] `D3MMom` is relied (i.e. `plan.wards(address(mom)) == 1`)
- E2E test
- [ ] Ensure `targetAssets` can be updated either by `MCD_PAUSE_PROXY` or by the `operator` (if present in `D3MPlan`) through setting `targetRate` or `targetAsset` directly.
- [ ] `getTargetAssets` returns correct amount
- `D3MPool`
- [ ] `hub` matches `DIRECT_HUB` from the chainlog
- [ ] `ilk` matches bytes32 representation of ilk name in the Exec Sheet
- [ ] `vat` matches `MCD_VAT` from the chainlog
- [ ] Contract is activated (i.e. `require(D3MPool.active())`)
- [ ] `redeemable` matches Liquidity pool token address or vault address
- [ ] IF other state variable values are specified in the Exec sheet, they are set correctly
- [ ] `D3MMom` is relied (i.e. `plan.wards(address(mom))`)
- [ ] IF `dai` exists, it matches `MCD_DAI` from the chainlog
- [ ] IF `daiJoin` exists, it matches `MCD_JOIN_DAI` from the chainlog
- [ ] IF `usds` exists, it matches `USDS` from the chainlog
Expand Down

0 comments on commit 161895d

Please sign in to comment.