From 208bb598f8fc43e4cfac95530f9008975dd1de53 Mon Sep 17 00:00:00 2001 From: NaboxAdmin <86038959+NaboxAdmin@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:18:05 +0800 Subject: [PATCH 1/2] Update wallets-v2.json add Nabox wallet --- wallets-v2.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index ac45b0f..018a3ef 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -298,5 +298,21 @@ } ], "platforms": ["ios", "android", "macos", "windows", "linux"] + }, + , + { + "app_name": "naboxTonWallet", + "name": "Nabox Wallet", + "image": "https://files.nabox.io/icon/Nabox288.png", + "about_url": "https://nabox.io", + "deepLink": "nabox://", + "universal_url": "https://nabox.io", + "bridge": [ + { + "type": "js", + "key": "naboxTon" + } + ], + "platforms": ["ios", "android", "windows", "chrome", "macos"] } ] From 86467ba03a8bfa7dcf12f8027b7633837738abcb Mon Sep 17 00:00:00 2001 From: NaboxAdmin <86038959+NaboxAdmin@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:40:52 +0800 Subject: [PATCH 2/2] Update wallets-v2.json update universal_url and add type: sse bridge --- wallets-v2.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index 018a3ef..04d43a8 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -306,8 +306,12 @@ "image": "https://files.nabox.io/icon/Nabox288.png", "about_url": "https://nabox.io", "deepLink": "nabox://", - "universal_url": "https://nabox.io", + "universal_url": "https://nabox.io/app/ton-connect", "bridge": [ + { + "type": "sse", + "url": "nabox://com.wallet.nabox" + }, { "type": "js", "key": "naboxTon"