From a297f174b14e5592b0e675094304ea4788d22d00 Mon Sep 17 00:00:00 2001 From: EA Date: Mon, 25 Nov 2024 16:32:56 +0600 Subject: [PATCH 1/3] Add `Unstoppable` wallet --- wallets-v2.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 0ab9def..465fe4a 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -302,5 +302,19 @@ } ], "platforms": ["ios", "android", "windows", "macos", "linux"] + }, + { + "app_name": "unstoppable", + "name": "Unstoppable Wallet", + "image": "https://unstoppable.money/logo288.png", + "about_url": "https://unstoppable.money/", + "universal_url": "https://unstoppable.money/ton-connect.html", + "bridge": [ + { + "type": "sse", + "url": "https://bridge.unstoppable.money/bridge" + } + ], + "platforms": ["ios", "android"] } ] From 433eca261c20cd735493f5b99ddc496efaba1ef8 Mon Sep 17 00:00:00 2001 From: EA Date: Thu, 28 Nov 2024 11:38:17 +0600 Subject: [PATCH 2/3] Minor fix for universal url --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index 465fe4a..4bc7804 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -308,7 +308,7 @@ "name": "Unstoppable Wallet", "image": "https://unstoppable.money/logo288.png", "about_url": "https://unstoppable.money/", - "universal_url": "https://unstoppable.money/ton-connect.html", + "universal_url": "https://unstoppable.money/ton-connect", "bridge": [ { "type": "sse", From 5a2db8f72eb88fb223b7ed23abe61d87c21283ef Mon Sep 17 00:00:00 2001 From: EA Date: Wed, 18 Dec 2024 14:42:11 +0600 Subject: [PATCH 3/3] Add missing platforms --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index b74d70a..bbaf748 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -335,6 +335,6 @@ "url": "https://bridge.unstoppable.money/bridge" } ], - "platforms": ["ios", "android"] + "platforms": ["ios", "android", "windows", "macos", "linux"] } ]