Skip to content

Commit

Permalink
chore: update hash
Browse files Browse the repository at this point in the history
  • Loading branch information
0xp3th1um committed Jan 9, 2025
1 parent 68d3594 commit 79ce056
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 @@ -42,8 +42,8 @@ interface OsmAbstractLike {
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/74179a046b3b0d124fbc1c9905f219b3c39d1033/governance/votes/Executive%20vote%20-%20January%209,%202025.md' -q -O - 2>/dev/null)"
string public constant override description = "2025-01-09 MakerDAO Executive Spell | Hash: 0x4f68cae9437b4a41a4ecad47023f43ffb63902d9ec54ac4bddfb60a729cda882";
// Hash: cast keccak -- "$(wget 'https://raw.githubusercontent.com/MakerJanSky/community/2ccbb576d51cc5c876f497c6bb55dafc5bdb8bf9/governance/votes/Executive%20vote%20-%20January%209%2C%202025.md' -q -O - 2>/dev/null)"
string public constant override description = "2025-01-09 MakerDAO Executive Spell | Hash: 0x4737c14701b1607fdf13336c0f0217a6cb17560f12f7c0a9b09f69a0874ccdd4";

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

0 comments on commit 79ce056

Please sign in to comment.