Skip to content

Commit

Permalink
feat: add nicegramWallet for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Jun 27, 2024
1 parent b6bb611 commit 3708906
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ function App() {
jsBridgeKey: "tonwallet",
bridgeUrl: "https://bridge.tonapi.io/bridge",
platforms: ["chrome", "android"]
},
{
appName: "nicegramWallet",
name: "Nicegram Wallet",
imageUrl: "https://static.nicegram.app/icon.png",
aboutUrl: "https://nicegram.app",
universalLink: "https://nicegram.app/tc",
deepLink: "nicegram-tc://",
jsBridgeKey: "nicegramWallet",
bridgeUrl: "https://bridge.tonapi.io/bridge",
platforms: ["ios", "android"]
}
]
}}
Expand Down

0 comments on commit 3708906

Please sign in to comment.