diff --git a/src/connection/WalletConnectV2.ts b/src/connection/WalletConnectV2.ts index d31b44745b4..2f2104c3a55 100644 --- a/src/connection/WalletConnectV2.ts +++ b/src/connection/WalletConnectV2.ts @@ -86,7 +86,7 @@ export class UniwalletConnect extends WalletConnectV2 { if (isIOS) { // Using window.location.href to open the deep link ensures smooth navigation and leverages OS handling for installed apps, // avoiding potential popup blockers or inconsistent behavior associated with window.open - window.location.href = `https://uniswap.org/app/wc?uri=${encodeURIComponent(uri)}` + window.location.href = `uniswap://wc?uri=${encodeURIComponent(uri)}` } }) }