From a4349b2373421b93196d0d53f4f36942d2d48013 Mon Sep 17 00:00:00 2001 From: 0xDecr1pto <0xdecr1pto@proton.me> Date: Tue, 29 Aug 2023 21:22:51 +0300 Subject: [PATCH] chore: reorder actions --- src/DssSpell.sol | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/DssSpell.sol b/src/DssSpell.sol index 06f8230ae..488be5b77 100644 --- a/src/DssSpell.sol +++ b/src/DssSpell.sol @@ -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 @@ -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