Skip to content

Commit

Permalink
Merge pull request #383 from zikriya/develop
Browse files Browse the repository at this point in the history
gasLimit removed while withdraw request to fiber engine
  • Loading branch information
zikriya committed Mar 19, 2024
2 parents ca30c3c + 205ff9c commit c2dbfae
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 c2dbfae

Please sign in to comment.