Skip to content

Commit

Permalink
Revert "chore: cleanup deployed broken spell"
Browse files Browse the repository at this point in the history
This reverts commit bb6a52b.

Spell was not broken, but my local environment was running tests with
the wrong configurations. Tests are passing on CI.
  • Loading branch information
amusingaxl committed Jun 16, 2023
1 parent bb6a52b commit d95d38e
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 @@ -102,9 +102,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(0x34c9Be51d7a1ff4Db77Abf48A73601e4B50A4645), // populate with deployed spell if deployed
deployed_spell_created: 1686948227, // use `make deploy-info tx=<deployment-tx>` to obtain the timestamp
deployed_spell_block: 17494849, // 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 d95d38e

Please sign in to comment.