Skip to content

Commit

Permalink
fix: increase gas buffer for gasless swaps
Browse files Browse the repository at this point in the history
  • Loading branch information
wrap-that-potassium committed Jul 11, 2022
1 parent c946dc1 commit ded015a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ class Service {
sig.r,
sig.s,
swap.swapCallData,
{ gasLimit: swap.gasLimit + 300_000 }
{ gasLimit: swap.gasLimit + 400_000 }
);
const relayedTx = await this.waitForRelayedTx(tx.transactionId);
// store free swap request
Expand Down

0 comments on commit ded015a

Please sign in to comment.