Skip to content

Commit

Permalink
Set payer of proposal create to multisig (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass authored Oct 12, 2023
1 parent 14c18bf commit 5ee13d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bulk-create-proposal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export async function run(args: any = process.argv) {
organization: organizationK,
owner: authority,
authority,
payer: authority,
})
.prepare();

Expand Down

0 comments on commit 5ee13d7

Please sign in to comment.