From d60aac7f9a16bfdb2ccf1c3a5a7ab2de4e6b0490 Mon Sep 17 00:00:00 2001 From: chendatony31 <31647753@qq.com> Date: Wed, 17 Jul 2024 18:56:07 +0800 Subject: [PATCH] Add TokenPocket Wallet --- wallets-v2.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index e746225..5eb3c11 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -284,5 +284,26 @@ ], "platforms": ["ios", "android", "macos", "windows", "linux"], "universal_url": "https://app.binance.com/cedefi/ton-connect" - } + }, + { + "app_name": "tokenpocket", + "name": "TokenPocket", + "image": "https://hk.tpstatic.net/logo/tokenpocket.png", + "about_url": "https://www.tokenpocket.pro", + "universal_url": "https://tp-lab.tptool.pro/ton-connect/", + "bridge": [ + { + "type": "js", + "key": "tokenpocket" + }, + { + "type": "sse", + "url": "https://ton-connect.mytokenpocket.vip/bridge" + } + ], + "platforms": [ + "ios", + "android" + ] +} ]