Skip to content

Commit

Permalink
Merge pull request #792 from hats-finance/develop
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
fonstack authored Jan 7, 2025
2 parents a8181b4 + 0ef281c commit 22e1fbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const createVaultGovActionsProposalOnSafe = async (

const protocolKit = await Safe.init({
provider: (extra.signer.provider as any)?.provider as never,
safeAddress: vault.committee,
safeAddress: multisigAddress,
signer: (await extra.signer.getAddress()) as never,
});

Expand Down

0 comments on commit 22e1fbf

Please sign in to comment.