diff --git a/src/test/config.sol b/src/test/config.sol index b1be09cc..bc8c61eb 100644 --- a/src/test/config.sol +++ b/src/test/config.sol @@ -92,9 +92,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(0x34f20e2B46D598d29BF372947907A71D3ECc4F26), // populate with deployed spell if deployed + deployed_spell_created: 1700041464, // use `make deploy-info tx=` to obtain the timestamp + deployed_spell_block: 10047175, // 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