Skip to content

Commit 3a9f5ea

Browse files
authored
Update useProposeSafeTransaction.ts (#4654)
Signed-off-by: jango <77952627+mejango@users.noreply.github.com>
1 parent 7a5c516 commit 3a9f5ea

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
@@ -107,7 +107,7 @@ export function useProposeSafeTransaction({ safeAddress }: ProposeSafeTransactio
107107
})
108108

109109
return {
110-
safeTxHash,
110+
safeTxHash: txHash,
111111
nonce: safeTx.data.nonce.toString(),
112112
}
113113
} catch (error: unknown) {

0 commit comments

Comments
 (0)