From b015132467497f7f95785048678bf9fa266fa121 Mon Sep 17 00:00:00 2001 From: Reactive Fox Date: Mon, 18 Nov 2024 14:55:22 +0400 Subject: [PATCH 1/4] feat: remove `mode=compact` from wallet's universal link temporarily --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index 554a925..95cdb68 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -4,7 +4,7 @@ "name": "Wallet", "image": "https://wallet.tg/images/logo-288.png", "about_url": "https://wallet.tg/", - "universal_url": "https://t.me/wallet?attach=wallet&mode=compact", + "universal_url": "https://t.me/wallet?attach=wallet", "bridge": [ { "type": "sse", From 36882803d6ae60873ab0c333372a21d040fc324e Mon Sep 17 00:00:00 2001 From: dungle Date: Tue, 19 Nov 2024 15:44:28 +0700 Subject: [PATCH 2/4] feat: add Tobi wallet --- wallets-v2.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 95cdb68..f708c19 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -302,5 +302,25 @@ } ], "platforms": ["ios", "android", "windows", "macos", "linux"] + }, + { + "app_name": "tobi", + "name": "Tobi", + "image": "https://app.tobiwallet.app/icons/logo.png", + "about_url": "https://tobi.fun", + "universal_url": "https://t.me/TobiCopilotBot?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://ton-bridge.tobiwallet.app/bridge" + } + ], + "platforms": [ + "ios", + "android", + "macos", + "windows", + "linux" + ] } ] From b55728b2ea53203bb911832b9560d94ae5d7f0b3 Mon Sep 17 00:00:00 2001 From: Reactive Fox Date: Tue, 19 Nov 2024 14:21:37 +0400 Subject: [PATCH 3/4] feat: use alternative bridge url for ton space temporarily --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index 95cdb68..0ab9def 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -8,7 +8,7 @@ "bridge": [ { "type": "sse", - "url": "https://bridge.ton.space/bridge" + "url": "https://walletbot.me/tonconnect-bridge/bridge" } ], "platforms": ["ios", "android", "macos", "windows", "linux"] From 31cc8e7c1db11ed0a857c6a72af6e832af78f5d1 Mon Sep 17 00:00:00 2001 From: Dung1312091 Date: Sat, 23 Nov 2024 08:20:24 +0700 Subject: [PATCH 4/4] Update Tobi image size --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index f708c19..e97fe04 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -306,7 +306,7 @@ { "app_name": "tobi", "name": "Tobi", - "image": "https://app.tobiwallet.app/icons/logo.png", + "image": "https://app.tobiwallet.app/icons/logo-288.png", "about_url": "https://tobi.fun", "universal_url": "https://t.me/TobiCopilotBot?attach=wallet", "bridge": [