Skip to content

Commit

Permalink
chore: update exec doc link and hash
Browse files Browse the repository at this point in the history
  • Loading branch information
amusingaxl committed Jun 16, 2023
1 parent a7e3c3a commit a3d6cc0
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 @@ -22,9 +22,9 @@ import "dss-exec-lib/DssAction.sol";
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 'TODO' -q -O - 2>/dev/null)"
// Hash: cast keccak -- "$(wget 'https://raw.githubusercontent.com/makerdao/community/4b8f4ba042910b2fd8d27ccd06a15988ff23c113/governance/votes/Executive%20vote%20-%20June%2016%2C%202023.md' -q -O - 2>/dev/null)"
string public constant override description =
"2023-06-16 MakerDAO Executive Spell | Hash: TODO";
"2023-06-16 MakerDAO Executive Spell | Hash: 0xecdc5a5a1be69f23d299235ad966c82c7e03365e45aaed69ed1eb2f03daff4a6";

// Comma-separated list of DAO resolutions.
string public constant resolutions = "QmYPbYoPjrSzBu5gt9tip78siG1gFvY8K4HTkHEFJgMmM8";
Expand Down

0 comments on commit a3d6cc0

Please sign in to comment.