Skip to content

Commit

Permalink
gasLimit removed while withdraw request to fiber engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Zikriya committed Mar 18, 2024
1 parent ca30c3c commit 205ff9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/lib/httpCalls/fiberAxiosHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ module.exports = {
body.sourceBridgeAmount = model.sourceBridgeAmount;
body.sourceAssetType = model.sourceAssetType;
body.destinationAssetType = model.destinationAssetType;
body.gasLimit = model.gasPrices?.destination?.gasLimit;

console.log("getWithdrawBody body", body);
return body;
Expand Down

0 comments on commit 205ff9c

Please sign in to comment.