From d95d38ed559cd9b338275638aa2886de99505a19 Mon Sep 17 00:00:00 2001 From: amusingaxl <112016538+amusingaxl@users.noreply.github.com> Date: Fri, 16 Jun 2023 18:07:27 -0300 Subject: [PATCH] Revert "chore: cleanup deployed broken spell" This reverts commit bb6a52bbd00fd22adf64fd840bccccbec5c669fd. Spell was not broken, but my local environment was running tests with the wrong configurations. Tests are passing on CI. --- src/test/config.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/config.sol b/src/test/config.sol index 4dc53c5be..6dc551bec 100644 --- a/src/test/config.sol +++ b/src/test/config.sol @@ -102,9 +102,9 @@ contract Config { // Values for spell-specific parameters // spellValues = SpellValues({ - deployed_spell: address(0), // populate with deployed spell if deployed - deployed_spell_created: 0, // use `make deploy-info tx=` to obtain the timestamp - deployed_spell_block: 0, // use `make deploy-info tx=` to obtain the block number + deployed_spell: address(0x34c9Be51d7a1ff4Db77Abf48A73601e4B50A4645), // populate with deployed spell if deployed + deployed_spell_created: 1686948227, // use `make deploy-info tx=` to obtain the timestamp + deployed_spell_block: 17494849, // use `make deploy-info tx=` to obtain the block number previous_spells: prevSpells, // older spells to ensure are executed first office_hours_enabled: false, // true if officehours is expected to be enabled in the spell expiration_threshold: 30 days // Amount of time before spell expires