From f65ba5952a3ef7d8123f434616216916d41b21fe Mon Sep 17 00:00:00 2001 From: "scott.she" Date: Sun, 21 Jul 2024 14:03:02 +0800 Subject: [PATCH] feat: add bybit ton wallet to the list --- wallets-v2.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index d4316c4..aecf617 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -228,5 +228,24 @@ } ], "platforms": ["ios", "android", "macos", "windows", "linux"] + }, + { + "app_name": "bybitTonWallet", + "name": "Bybit Wallet", + "image": "https://static.bymj.io/bhop/image/Q3Kmzw7qczSZF5eqfo6pW8QuT1MDMmqC80lWxFBhiE0.png", + "about_url": "https://www.bybit.com/web3", + "universal_url": "https://app.bybit.com/ton-connect", + "deepLink": "bybitapp://", + "bridge": [ + { + "type": "js", + "key": "bybitTonWallet" + }, + { + "type": "sse", + "url": "https://api-node.bybit.com/spot/api/web3/bridge/ton/bridge" + } + ], + "platforms": ["ios", "android"] } ] \ No newline at end of file