Skip to content

Commit

Permalink
update exec doc hash
Browse files Browse the repository at this point in the history
  • Loading branch information
SidestreamStrongStrawberry committed Feb 21, 2025
1 parent 786ce52 commit aa50c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DssSpell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ interface ProxyLike {
contract DssSpellAction is DssAction {
// Provides a descriptive tag for bot consumption
// This should be modified weekly to provide a summary of the actions
// Hash: cast keccak -- "$(wget 'https://raw.githubusercontent.com/makerdao/community/110fbbe9ed16e6010c1a6efc4d851873f633e810/governance/votes/Executive%20vote%20-%20February%2021%2C%202025.md' -q -O - 2>/dev/null)"
string public constant override description = "2025-02-21 MakerDAO Executive Spell | Hash: 0xedd881b4c7604f16ca44044ea7014d791b6aba68998021e189e29de79a7bbbac";
// Hash: cast keccak -- "$(wget 'https://raw.githubusercontent.com/makerdao/community/6774aae11f98ee634b3f7711b8cdfab37edb4b86/governance/votes/Executive%20vote%20-%20February%2021%2C%202025.md' -q -O - 2>/dev/null)"
string public constant override description = "2025-02-21 MakerDAO Executive Spell | Hash: 0xead72cdc3e272b8b7384f318da766fd90391dbb535cf10848486477a952fc5bd";

// Set office hours according to the summary
function officeHours() public pure override returns (bool) {
Expand Down

0 comments on commit aa50c11

Please sign in to comment.