From 98c8fc6075deda4814852cfe991872dcb56cdf81 Mon Sep 17 00:00:00 2001 From: bybit-web3 <157665993+bybit-web3@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:45:32 +0000 Subject: [PATCH 1/2] feat: add bybit mini wallet --- wallets-v2.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index dd97cff..65ab47f 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -322,5 +322,19 @@ } ], "platforms": ["chrome"] + }, + { + "app_name": "bybitMiniWallet", + "name": "Bybit Mini Wallet", + "image": "https://raw.githubusercontent.com/bybit-web3/bybit-web3.github.io/main/docs/images/bybit-logo.png", + "about_url": "https://www.bybit.com/web3", + "universal_url": "https://t.me/Bybit_Web3_wallet_bot/wallet?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://api-node.bybit.com/spot/api/web3/bridge/ton/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] } ] From 49eab22564dc1171ed7a0f950776060f6d42ad73 Mon Sep 17 00:00:00 2001 From: bybit-web3 <157665993+bybit-web3@users.noreply.github.com> Date: Thu, 23 Jan 2025 07:07:20 +0000 Subject: [PATCH 2/2] feat: update tg wallet url --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index a97d61d..c563e2e 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -342,7 +342,7 @@ "name": "Bybit Mini Wallet", "image": "https://raw.githubusercontent.com/bybit-web3/bybit-web3.github.io/main/docs/images/bybit-logo.png", "about_url": "https://www.bybit.com/web3", - "universal_url": "https://t.me/Bybit_Web3_wallet_bot/wallet?attach=wallet", + "universal_url": "https://t.me/Bybit_Web3_wallet_bot?attach=wallet", "bridge": [ { "type": "sse",