From b4ae9d42148bff60a0a8239690604bc45c6f69db Mon Sep 17 00:00:00 2001 From: hui Date: Fri, 15 Aug 2025 14:57:45 +0800 Subject: [PATCH] feat: add imToken wallet --- wallets-v2.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 221618e..115ca7c 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -733,5 +733,24 @@ "extraCurrencySupported": false } ] + }, + { + "app_name": "imToken", + "name": "imToken", + "image": "https://aws-v2-cdn.token.im/orbit/token-v2/icons/logo-ton-connect.png", + "about_url": "https://token.im", + "universal_url": "https://connect.token.im/link/ton-connect", + "deepLink": "imtokenv2://link/ton-connect", + "bridge": [ + { + "type": "sse", + "url": "https://connect.token.im/tonbridge" + }, + { + "type": "js", + "key": "imToken" + } + ], + "platforms": ["ios", "android"] } ]