Skip to content

Commit

Permalink
fix: update office hours to match the sheet and the exec
Browse files Browse the repository at this point in the history
  • Loading branch information
amusingaxl committed Feb 3, 2025
1 parent 19766c0 commit bfa78c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DssSpell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ contract DssSpellAction is DssAction {

// Set office hours according to the summary
function officeHours() public pure override returns (bool) {
return false;
return true;
}

// ---------- Rates ----------
Expand Down
2 changes: 1 addition & 1 deletion src/test/config.sol
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ contract Config {
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
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
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 bfa78c4

Please sign in to comment.