Skip to content

Commit

Permalink
fix: spread args in send with padded gas utils (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki authored Oct 13, 2023
1 parent 7cfa89b commit 5baeab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function sendWithPaddedGas(
chainId,
contract,
method,
args
...args
);
return contract[method](...args, {
gasLimit: gasToRecommend,
Expand Down

2 comments on commit 5baeab6

@vercel
Copy link

@vercel vercel bot commented on 5baeab6 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

goerli-frontend-v2 – ./

goerli-frontend-v2-uma.vercel.app
goerli-frontend-v2.vercel.app
goerli-frontend-v2-git-master-uma.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 5baeab6 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.