Skip to content

Commit

Permalink
fix: confirm screen buyAsset
Browse files Browse the repository at this point in the history
  • Loading branch information
NeOMakinG committed Jan 7, 2025
1 parent a3a329e commit 191479a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const MultiHopTradeConfirm = memo(() => {
isArbitrumBridgeWithdraw ? 'bridge.arbitrum.success.tradeSuccess' : undefined
}
sellAsset={activeQuote?.steps[0].sellAsset}
buyAsset={activeQuote?.steps[0].buyAsset}
buyAsset={lastHop.buyAsset}
sellAmountCryptoPrecision={fromBaseUnit(
activeQuote.steps[0].sellAmountIncludingProtocolFeesCryptoBaseUnit,
activeQuote.steps[0].sellAsset.precision,
Expand Down

0 comments on commit 191479a

Please sign in to comment.