From ea8a2480cb44ead9d0d18e420cb36c86f822c84e Mon Sep 17 00:00:00 2001 From: mariapiamo Date: Fri, 19 Jan 2024 16:13:02 +0100 Subject: [PATCH] fix --- scripts/proposals/proposal_05_CM_guard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/proposals/proposal_05_CM_guard.js b/scripts/proposals/proposal_05_CM_guard.js index 1819f35..371be1e 100644 --- a/scripts/proposals/proposal_05_CM_guard.js +++ b/scripts/proposals/proposal_05_CM_guard.js @@ -46,7 +46,7 @@ async function main() { // Construct the payload for the multisig to swap the guard by the Timelock const txHashData = await safeContracts.buildContractCall(multisig, "setGuard", [guardCMAddress], nonce, 0, 0); - + parsedData.CM console.log("Set new guard via Timelock Module"); const targets = [guardCMAddress];