Skip to content

Commit f1b3cf8

Browse files
authored
Update useProposeSafeTransaction.ts (#4640) (#4641)
Signed-off-by: jango <77952627+mejango@users.noreply.github.com>
1 parent d6e8a8d commit f1b3cf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/packages/v4/hooks/useProposeSafeTransaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function useProposeSafeTransaction({ safeAddress }: ProposeSafeTransactio
9595
onlyCalls: true,
9696
})
9797
const safeTxHash = await protocolKit.getTransactionHash(safeTx)
98-
const signature = await protocolKit.signTypedData(safeTx)
98+
const signature = await protocolKit.signHash(safeTxHash)
9999

100100
// propose transaction to service
101101
await apiKit.proposeTransaction({

0 commit comments

Comments
 (0)