Skip to content

Commit

Permalink
Reverting the change to set the input summary.fee
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Nov 5, 2024
1 parent d81f155 commit 2dc7d54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ internal class TransferInputCalculatorV2(

return TransferInputSummary(
filled = true,
gasFee = null,
gasFee = transfer.fee,
usdcSize = usdcSize,
fee = transfer.fee,
fee = null,
slippage = null,
exchangeRate = null,
estimatedRouteDurationSeconds = null,
Expand Down

0 comments on commit 2dc7d54

Please sign in to comment.