From 78f6f474d96500ae57ad675d1a692477ff090548 Mon Sep 17 00:00:00 2001 From: herbertChan Date: Thu, 18 Apr 2024 10:24:06 +0800 Subject: [PATCH 1/3] add bitget ton wallet to list --- wallets-v2.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index ff45251..af48de5 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -49,7 +49,15 @@ "url": "https://tonconnectbridge.mytonwallet.org/bridge/" } ], - "platforms": ["chrome", "windows", "macos", "linux", "ios", "android", "firefox"] + "platforms": [ + "chrome", + "windows", + "macos", + "linux", + "ios", + "android", + "firefox" + ] }, { "app_name": "openmask", @@ -120,5 +128,18 @@ } ], "platforms": ["chrome"] + }, + { + "app_name": "bitgetTonWallet", + "name": "Bitget Wallet", + "image": "https://raw.githubusercontent.com/bitkeepwallet/download/main/logo/png/bitget%20wallet_logo_iOS.png", + "about_url": "https://web3.bitget.com", + "bridge": [ + { + "type": "js", + "key": "bitgetTonWallet" + } + ], + "platforms": ["ios", "android", "chrome"] } ] From f27e1e99aca39b70d71ccfcef62a4ae3a4546f61 Mon Sep 17 00:00:00 2001 From: herbertChan Date: Fri, 24 May 2024 15:42:03 +0800 Subject: [PATCH 2/3] replenish universal_url and sse --- wallets-v2.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index af48de5..f682eca 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -138,8 +138,13 @@ { "type": "js", "key": "bitgetTonWallet" + }, + { + "type": "sse", + "url": "https://bridge.tonapi.io/bridge" } ], - "platforms": ["ios", "android", "chrome"] + "platforms": ["ios", "android", "chrome"], + "universal_url": "https://bkcode.vip/ton-connect" } ] From bea44935ba72aacb52f7070487e76de8de3124d4 Mon Sep 17 00:00:00 2001 From: herbertChan Date: Thu, 30 May 2024 14:46:05 +0800 Subject: [PATCH 3/3] add deepLink to settings --- wallets-v2.json | 1 + 1 file changed, 1 insertion(+) diff --git a/wallets-v2.json b/wallets-v2.json index f682eca..6e43ac6 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -134,6 +134,7 @@ "name": "Bitget Wallet", "image": "https://raw.githubusercontent.com/bitkeepwallet/download/main/logo/png/bitget%20wallet_logo_iOS.png", "about_url": "https://web3.bitget.com", + "deepLink": "bitkeep://", "bridge": [ { "type": "js",