diff --git a/src/components/MultiHopTrade/components/TradeConfirm/ExpandedStepperSteps.tsx b/src/components/MultiHopTrade/components/TradeConfirm/ExpandedStepperSteps.tsx index 0db4b809a5f..c724cca2d8f 100644 --- a/src/components/MultiHopTrade/components/TradeConfirm/ExpandedStepperSteps.tsx +++ b/src/components/MultiHopTrade/components/TradeConfirm/ExpandedStepperSteps.tsx @@ -251,6 +251,7 @@ export const ExpandedStepperSteps = ({ activeTradeQuote }: ExpandedStepperStepsP )} {firstHopSwap.buyTxHash && firstHopSwap.buyTxHash !== firstHopSwap.sellTxHash && ( { const { data: maybeSafeTx } = useSafeTxQuery({ maybeSafeTxHash: txHash, @@ -24,9 +26,9 @@ export const TxLabel = ({ const txLink = getTxLink({ defaultExplorerBaseUrl: explorerBaseUrl, maybeSafeTx, - tradeId: txHash, accountId, name: swapperName, + ...(isBuyTxHash ? { txId: txHash } : { tradeId: txHash }), }) return txLink ? (