Skip to content

Commit

Permalink
add deployed spell info
Browse files Browse the repository at this point in the history
  • Loading branch information
oddaf committed Aug 22, 2024
1 parent 9d1cea5 commit f24a24f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/config.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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=<deployment-tx>` to obtain the timestamp
deployed_spell_block: 0, // use `make deploy-info tx=<deployment-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=<deployment-tx>` to obtain the timestamp
deployed_spell_block: 20584345, // use `make deploy-info tx=<deployment-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
Expand Down

0 comments on commit f24a24f

Please sign in to comment.