Skip to content

Commit

Permalink
update hash and title
Browse files Browse the repository at this point in the history
  • Loading branch information
SidestreamColdMelon committed Jul 14, 2023
1 parent 5e0cf6e commit 07cb0ec
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 @@ -65,9 +65,9 @@ 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/cb7a1b7e3c5d60f2189d6900c010f2cdb46803c0/governance/votes/Executive%20vote%20-%20July%2012%2C%202023.md' -q -O - 2>/dev/null)"
// Hash: cast keccak -- "$(wget 'https://raw.githubusercontent.com/makerdao/community/9cdf05e59054bf3c9f83d3b52717e27775b0267e/governance/votes/Executive%20vote%20-%20July%2014%2C%202023.md' -q -O - 2>/dev/null)"
string public constant override description =
"2023-07-12 MakerDAO Executive Spell | Hash: 0x783c40f81b310f4511604064995ea1b279178c10a0e72aff010e6861efc961a3";
"2023-07-14 MakerDAO Executive Spell | Hash: 0xd0f51f9c121346d109607aea7752285b361e6ab48f65428fa3c17fd53237f347";

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

0 comments on commit 07cb0ec

Please sign in to comment.