From a1b578f351520e87b340ad6dc2042b9590dce136 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..2fe5553 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -169,6 +169,25 @@ ], "platforms": ["ios", "android", "chrome", "firefox"] }, + { + "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"] + }, { "app_name": "okxTonWallet", "name": "OKX Wallet",