Skip to content

Commit

Permalink
chore: reorder actions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdecr1pto committed Aug 29, 2023
1 parent 8c7a148 commit a4349b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/DssSpell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ contract DssSpellAction is DssAction {
ChainlogLike(DssExecLib.LOG).removeAddress("FLIPPER_MOM");
ChainlogLike(DssExecLib.LOG).removeAddress("FLIP_FAB");

// ---------- Yank GovAlpha Budget Streams ----------
// Forum: https://forum.makerdao.com/t/spell-contents-2023-08-30/21730

DssVestLike(MCD_VEST_DAI).yank(17);
DssVestLike(MCD_VEST_MKR_TREASURY).yank(34);

// ---------- Launch Project Dai Transfer ----------
// Discussion: https://forum.makerdao.com/t/utilization-of-the-launch-project-under-the-accessibility-scope/21468/4

Expand All @@ -171,12 +177,6 @@ contract DssSpellAction is DssAction {

MKR.transfer(LAUNCH_PROJECT_FUNDING, 210.83 ether); // NOTE: 'ether' is a keyword helper, only MKR is transferred here

// ---------- Yank GovAlpha Budget Streams ----------
// Forum: https://forum.makerdao.com/t/spell-contents-2023-08-30/21730

DssVestLike(MCD_VEST_DAI).yank(17);
DssVestLike(MCD_VEST_MKR_TREASURY).yank(34);

// ---------- Trigger Spark Proxy Spell ----------
// Forum: https://forum.makerdao.com/t/phoenix-labs-proposed-changes-for-spark-for-august-18th-spell/21612
// Vote: https://vote.makerdao.com/polling/QmbMR8PU
Expand Down

0 comments on commit a4349b2

Please sign in to comment.