Skip to content

Commit

Permalink
Added missing funds field to v2 upgrade action. (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso authored Dec 11, 2023
1 parent 24a3809 commit 36a3643
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ export const makeUpgradeV1ToV2Action: ActionMaker<UpgradeV1ToV2Data> = ({
label: `DAO_${name.trim()}_pre-propose-${
DaoProposalSingleAdapter.id
}`,
funds: [],
msg: Buffer.from(
JSON.stringify({
deposit_info: depositInfo
Expand Down

2 comments on commit 36a3643

@vercel
Copy link

@vercel vercel bot commented on 36a3643 Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 36a3643 Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.