Skip to content

Commit

Permalink
increase gas limits
Browse files Browse the repository at this point in the history
  • Loading branch information
sypeer committed Oct 27, 2022
1 parent 841f419 commit 515f84d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/buy-nft.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,14 +356,14 @@ $(document).ready(() => {
apiresponse.data.basicOrderParams.offerToken,
apiresponse.data.basicOrderParams.offerIdentifier,
apiresponse.data.basicOrderParams.offerAmount,
{gasLimit: "300000"}
{gasLimit: "500000"}
))
} else {
({ wait } = await bnplContract.execute(
apiresponse.data.submitBidArgs,
apiresponse.data.basicOrderParams,
apiresponse.data.craSignature,
{value: downPayment, gasLimit: "300000"}
{value: downPayment, gasLimit: "1000000"}
))
}

Expand Down

0 comments on commit 515f84d

Please sign in to comment.