From 9a7a09ee2f095acfb8c0ee0f4fca0ae8e9b38f7a Mon Sep 17 00:00:00 2001 From: thekiba Date: Mon, 25 Nov 2024 15:10:34 +0400 Subject: [PATCH] feat: adding unstoppable wallet --- src/App.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index dd25257..15e625a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -123,6 +123,15 @@ function App() { jsBridgeKey: "hpyTonWallet", bridgeUrl: "https://bridge.tonapi.io/bridge", platforms: ["ios", "android", "macos", "windows", "linux"] + }, + { + appName: "unstoppable", + name: "Unstoppable Wallet", + imageUrl: "https://unstoppable.money/logo288.png", + aboutUrl: "https://unstoppable.money/", + universalLink: "https://unstoppable.money/ton-connect.html", + bridgeUrl: "https://bridge.unstoppable.money/bridge", + platforms: ["ios", "android", "macos", "windows", "linux"] } ] }}