Skip to content

Commit

Permalink
fix: wrong spell address from Goerli.
Browse files Browse the repository at this point in the history
Co-authored-by: Arby <103920908+The-Arbiter@users.noreply.github.com>
  • Loading branch information
amusingaxl and The-Arbiter authored Aug 3, 2023
1 parent 151e974 commit f15093a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DssSpell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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()"));
}
}
Expand Down

0 comments on commit f15093a

Please sign in to comment.