Skip to content

Commit

Permalink
Fix accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Oct 12, 2023
1 parent df2d7ae commit b9673e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -96,6 +96,7 @@ export async function run(args: any = process.argv) {
.accounts({
organization: organizationK,
owner: authority,
authority,
})
.prepare();

Expand Down
1 change: 1 addition & 0 deletions scripts/create-proposal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export async function run(args: any = process.argv) {
tags: ["test", "tags"],
})
.accounts({
authority,
organization: organizationK,
owner: authority,
})
Expand Down

0 comments on commit b9673e5

Please sign in to comment.