From 702176dcde445a38559f8fbb8328f17c97f9b92a Mon Sep 17 00:00:00 2001 From: "scott.she" Date: Thu, 31 Oct 2024 19:50:45 +0800 Subject: [PATCH] feat: add bybit global wallet to the list --- wallets-v2.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index ac45b0f..768b4c3 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -298,5 +298,24 @@ } ], "platforms": ["ios", "android", "macos", "windows", "linux"] + }, + { + "app_name": "bybitGlobalTonWallet", + "name": "Bybit global Wallet", + "image": "https://s1.bycsi.com/bybit/deadpool/image-d9bd56ae957f42f496a382da18fa7dee.png", + "about_url": "https://www.bybitglobal.com/web3", + "universal_url": "https://app.bybitglobal.com/ton-connect", + "deepLink": "bybitapp://", + "bridge": [ + { + "type": "js", + "key": "bybitTonWallet" + }, + { + "type": "sse", + "url": "https://api-node.bybitglobal.com/spot/api/web3/bridge/ton/bridge" + } + ], + "platforms": ["ios", "android", "chrome"] } ]