Skip to content

Commit

Permalink
deploy(contracts): corrects managing DAO proposal formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed Jan 4, 2024
1 parent f86bd39 commit e521064
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const cid = await uploadToIPFS(
JSON.stringify({
title: 'Framework Upgrade 1.3.0',
summary: proposalDescription,
summary: `This proposal upgrades the framework on ${network.name} to the 1.3.0 version`,
description: proposalDescription,
resources: [],
}),
network.name
Expand Down

0 comments on commit e521064

Please sign in to comment.