diff --git a/src/test/config.sol b/src/test/config.sol index 001143e8..9d69c13a 100644 --- a/src/test/config.sol +++ b/src/test/config.sol @@ -95,9 +95,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(0x969c91C5aC11D4d1077A6aAF3d2BA617906543Cc), // populate with deployed spell if deployed + deployed_spell_created: 1724332103, // use `make deploy-info tx=` to obtain the timestamp + deployed_spell_block: 20584345, // use `make deploy-info tx=` to obtain the block number previous_spells: prevSpells, // older spells to ensure are executed first office_hours_enabled: true, // true if officehours is expected to be enabled in the spell expiration_threshold: 30 days // Amount of time before spell expires