Skip to content

Commit

Permalink
fix: remove relay buffer for gas limit to be done on backend
Browse files Browse the repository at this point in the history
  • Loading branch information
aramalipoor committed Dec 21, 2022
1 parent a6fd1a5 commit c2ca413
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export class BalanceRampClient {
}

// Add 150k buffer for relay overhead:
estimatedGasLimit = estimatedGasLimit.add(150_000);
// estimatedGasLimit = estimatedGasLimit.add(150_000);

return estimatedGasLimit;
}
Expand Down

0 comments on commit c2ca413

Please sign in to comment.