Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Sep 9, 2024
1 parent d563f81 commit 5cfcfd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export async function run(args: any = process.argv) {
voteController,
stateController: resolutionSettings!,
onVoteHook: stateProgram.programId,
authority: wallet.publicKey,
}
);
const proposalConfig = (await initProposalConfig.pubkeys()).proposalConfig!;
Expand Down

0 comments on commit 5cfcfd5

Please sign in to comment.