Skip to content

Commit

Permalink
chore: add gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Oct 4, 2024
1 parent a362217 commit d8aec7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function useRescueFundsFromProxy(
)

const transaction = await cowShedContract.executeHooks(calls, nonce, BigInt(validTo), account, encodedSignature, {
gasLimit,
gasLimit: gasLimit.toString(),
})

return transaction.hash
Expand Down

0 comments on commit d8aec7f

Please sign in to comment.