Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
chore: add deploy info
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdecr1pto committed Nov 15, 2023
1 parent d63f8fb commit f17fd93
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(0x34f20e2B46D598d29BF372947907A71D3ECc4F26), // populate with deployed spell if deployed
deployed_spell_created: 1700041464, // use `make deploy-info tx=<deployment-tx>` to obtain the timestamp
deployed_spell_block: 10047175, // 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 f17fd93

Please sign in to comment.