diff --git a/client/src/components/WalletSelector.tsx b/client/src/components/WalletSelector.tsx
index 2dd2ab6..c26cf91 100644
--- a/client/src/components/WalletSelector.tsx
+++ b/client/src/components/WalletSelector.tsx
@@ -315,7 +315,7 @@ function buildWallets(showTron: boolean): WalletInfo[] {
icon: ,
installUrl: "https://www.tronlink.org/",
// TronLink mobile DeepLink — opens current URL in TronLink's built-in browser
- mobileDeepLink: `tronlinkoutside://pull?param=${encodeURIComponent(JSON.stringify({ url: currentUrl, action: "open", protocol: "tronlink" }))}`,
+ mobileDeepLink: `tronlinkoutside://pull.activity?param=${encodeURIComponent(JSON.stringify({ url: currentUrl, action: "open", protocol: "tronlink", version: "1.0" }))}`,
isInstalled: () => !!getTronLink(),
connect: async () => {
const tron = getTronLink();
@@ -354,7 +354,7 @@ function MobileDeepLinkPanel({ lang, showTron }: { lang: Lang; showTron: boolean
id: "tronlink",
name: "TronLink",
icon: ,
- deepLink: `tronlinkoutside://pull?param=${encodeURIComponent(JSON.stringify({ url: currentUrl, action: "open", protocol: "tronlink" }))}`,
+ deepLink: `tronlinkoutside://pull.activity?param=${encodeURIComponent(JSON.stringify({ url: currentUrl, action: "open", protocol: "tronlink", version: "1.0" }))}`,
installUrl: "https://www.tronlink.org/",
badge: "TRON",
badgeColor: "#FF0013",
@@ -393,7 +393,7 @@ function MobileDeepLinkPanel({ lang, showTron }: { lang: Lang; showTron: boolean
id: "tokenpocket",
name: "TokenPocket",
icon: ,
- deepLink: `tpoutside://pull?param=${encodeURIComponent(JSON.stringify({ url: currentUrl }))}`,
+ deepLink: `tpdapp://open?params=${encodeURIComponent(JSON.stringify({ url: currentUrl, chain: "ETH", source: "NAC-Presale" }))}`,
installUrl: "https://www.tokenpocket.pro/en/download/app",
badge: "EVM/TRON",
badgeColor: "#2980FE",