Skip to content

Commit

Permalink
feat: add commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Aug 18, 2023
1 parent 7677016 commit 630995b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@ export const TradeConfirm = () => {
bnOrZero(tradeQuoteStep?.rate),
)} ${buyAsset?.symbol}`}</RawText>
{!!swapperName && (
// This works because we currently only support Li.Fi trades with a single hop,
// and Osmosis uses Osmosis as a source for its two hops
// TODO(woodenfurniture): ensure we show the swapper name, not the first hop source, when we support multi-hop trades
<RawText color='text.subtle'>@{tradeQuoteStep.source}</RawText>
)}
</Box>
Expand Down

0 comments on commit 630995b

Please sign in to comment.