From f15093a8ad2e9e985fd63ff613eee200793d7f80 Mon Sep 17 00:00:00 2001 From: Amusing Axl <112016538+amusingaxl@users.noreply.github.com> Date: Thu, 3 Aug 2023 20:09:14 +0200 Subject: [PATCH] fix: wrong spell address from Goerli. Co-authored-by: Arby <103920908+The-Arbiter@users.noreply.github.com> --- src/DssSpell.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DssSpell.sol b/src/DssSpell.sol index 99b594f68..8ff4c5eb5 100644 --- a/src/DssSpell.sol +++ b/src/DssSpell.sol @@ -171,7 +171,7 @@ contract DssSpellAction is DssAction { // Poll: https://vote.makerdao.com/polling/QmZyFH21 // Forum: https://forum.makerdao.com/t/phoenix-labs-proposed-changes-for-spark/21422 - // Trigger Spark Proxy Spell at 0xEd3BF79737d3A469A29a7114cA1084e8340a2f20 (goerli) + // Trigger Spark Proxy Spell at 0x443f3f4328553f5f85dFc0BA3D59969708201E14 ProxyLike(SUBPROXY_SPARK).exec(SPARK_SPELL, abi.encodeWithSignature("execute()")); } }