Skip to content

Commit

Permalink
deploy info
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweaty Pumpkin authored and Sweaty Pumpkin committed Sep 13, 2023
1 parent fc83bd8 commit 7236e77
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 @@ -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=<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(0xD97B4e0b43708c836935c9b2320f57074DC1D146), // populate with deployed spell if deployed
deployed_spell_created: 1694622983, // use `make deploy-info tx=<deployment-tx>` to obtain the timestamp
deployed_spell_block: 18128611, // 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: false, // 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 7236e77

Please sign in to comment.