Skip to content

Commit

Permalink
feat: update nicegram, hyperpay and unstoppable wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Nov 28, 2024
1 parent 159d2da commit b51a0bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ function App() {
universalLink: "https://nicegram.app/tc",
deepLink: "nicegram-tc://",
jsBridgeKey: "nicegramWallet",
bridgeUrl: "https://bridge.tonapi.io/bridge",
platforms: ["ios", "android"]
bridgeUrl: "https://tc.nicegram.app/bridge",
platforms: ["ios", "android", "macos", "windows", "linux"]
},
{
appName: "tokenpocket",
Expand Down Expand Up @@ -117,19 +117,19 @@ function App() {
{
appName: "hpyTonWallet",
name: "HyperPay Wallet",
imageUrl: "https://hyperpay-website.oss-cn-hongkong.aliyuncs.com/static/dist/images/2022-12-30/logo.png",
imageUrl: "https://onchain-oss.hyperpay.online/images/logo.png",
aboutUrl: "https://www.hyperpay.tech",
universalLink: "https://www.hyperpay.tech/download&deeplink=hyperpay://web3/wallet/tonconnect",
jsBridgeKey: "hpyTonWallet",
bridgeUrl: "https://bridge.tonapi.io/bridge",
bridgeUrl: "https://onchain-wallet.hyperpay.online/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",
universalLink: "https://unstoppable.money/ton-connect",
bridgeUrl: "https://bridge.unstoppable.money/bridge",
platforms: ["ios", "android", "macos", "windows", "linux"]
}
Expand Down

0 comments on commit b51a0bc

Please sign in to comment.