Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mariapiamo committed Jan 19, 2024
1 parent 4039516 commit ea8a248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/proposals/proposal_05_CM_guard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit ea8a248

Please sign in to comment.