Skip to content

Commit

Permalink
feat: adding unstoppable wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Nov 25, 2024
1 parent ab56436 commit 9a7a09e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]
}}
Expand Down

0 comments on commit 9a7a09e

Please sign in to comment.