diff --git a/apps/swap/ui/trade/TradeProvider.tsx b/apps/swap/ui/trade/TradeProvider.tsx index d03c914c57..d58b35ff84 100644 --- a/apps/swap/ui/trade/TradeProvider.tsx +++ b/apps/swap/ui/trade/TradeProvider.tsx @@ -237,10 +237,10 @@ export const SwapProvider: FC = ({ children }) => { pathname, query: { ...query, - fromChainId: query.toChainId, - fromCurrency: query.toCurrency, - toChainId: query.fromChainId, - toCurrency: query.fromCurrency, + fromChainId: toChainId, + fromCurrency: toCurrency, + toChainId: fromChainId, + toCurrency: fromCurrency, }, }, undefined,