Skip to content

Commit

Permalink
fix: new trede flow
Browse files Browse the repository at this point in the history
  • Loading branch information
NeOMakinG committed Jan 7, 2025
1 parent 111639d commit d715ea5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const TradeConfirm = () => {
isArbitrumBridgeWithdraw ? 'bridge.arbitrum.success.tradeSuccess' : undefined
}
sellAsset={activeQuote?.steps[0].sellAsset}
buyAsset={activeQuote?.steps[0].buyAsset}
buyAsset={tradeQuoteLastHop.buyAsset}
sellAmountCryptoPrecision={fromBaseUnit(
activeQuote.steps[0].sellAmountIncludingProtocolFeesCryptoBaseUnit,
activeQuote.steps[0].sellAsset.precision,
Expand Down

0 comments on commit d715ea5

Please sign in to comment.