From d6a279049578f216aa86b4b5cd8cf570a494ef10 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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 80b28ab..817c31f 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -210,5 +210,18 @@ "ios", "android" ] + }, + { + "app_name": "tokenpocket", + "name": "TokenPocket", + "image": "https://hk.tpstatic.net/logo/tokenpocket.png", + "about_url": "https://tokenpocket.pro", + "bridge": [ + { + "type": "js", + "key": "tokenpocket" + } + ], + "platforms": ["ios", "android"] } ]