From 68a0ea19593f4fa95fcd8df4384b8c9a5459d11a Mon Sep 17 00:00:00 2001 From: SidestreamIcedMango Date: Tue, 3 Sep 2024 18:17:43 +0200 Subject: [PATCH] added deployed spell info --- 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 001143e8..58977833 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(0x900c952c676595DdB392FA6349aD5f0674a67Eeb), // populate with deployed spell if deployed + deployed_spell_created: 1725377903, // use `make deploy-info tx=` to obtain the timestamp + deployed_spell_block: 20670995, // 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