diff --git a/wallets-v2.json b/wallets-v2.json index ff45251..6e43ac6 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,24 @@ } ], "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", + "deepLink": "bitkeep://", + "bridge": [ + { + "type": "js", + "key": "bitgetTonWallet" + }, + { + "type": "sse", + "url": "https://bridge.tonapi.io/bridge" + } + ], + "platforms": ["ios", "android", "chrome"], + "universal_url": "https://bkcode.vip/ton-connect" } ]