From 420c27c3ca9647595aeb147c49170fc0a676ad26 Mon Sep 17 00:00:00 2001 From: SidestreamColdMelon Date: Tue, 21 Jan 2025 23:02:54 +0100 Subject: [PATCH] add Exec Doc URL and hash --- src/DssSpell.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DssSpell.sol b/src/DssSpell.sol index 2c9cd21c..43f242ed 100644 --- a/src/DssSpell.sol +++ b/src/DssSpell.sol @@ -38,8 +38,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 'TODO' -q -O - 2>/dev/null)" - string public constant override description = "2025-01-23 MakerDAO Executive Spell | Hash: TODO"; + // Hash: cast keccak -- "$(wget 'https://raw.githubusercontent.com/makerdao/community/2914739de9b900b9778992a08dd146ebd516c514/governance/votes/Executive%20vote%20-%20January%2023%2C%202025.md' -q -O - 2>/dev/null)" + string public constant override description = "2025-01-23 MakerDAO Executive Spell | Hash: 0x68d2d9868ef1cf1e6141a9698bcf85d66b3685df0fc263fffd6ac5cce041ecec"; // Set office hours according to the summary function officeHours() public pure override returns (bool) {