Skip to content

Commit

Permalink
feat: add hot wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
AZbang committed Aug 6, 2024
1 parent c30730b commit 3840243
Showing 1 changed file with 40 additions and 28 deletions.
68 changes: 40 additions & 28 deletions wallets-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,24 @@
],
"platforms": ["ios", "android", "macos", "windows", "linux"]
},
{
"app_name": "hot",
"name": "HOT",
"image": "https://storage.herewallet.app/logo.png",
"about_url": "https://hot-labs.org/",
"universal_url": "https://t.me/herewalletbot/app",
"bridge": [
{
"type": "sse",
"url": "https://bridge.ton.space/bridge"
},
{
"type": "js",
"key": "hot"
}
],
"platforms": ["ios", "android", "macos", "windows", "linux"]
},
{
"app_name": "tonkeeper",
"name": "Tonkeeper",
Expand Down Expand Up @@ -150,25 +168,25 @@
"universal_url": "https://bkcode.vip/ton-connect"
},
{
"app_name": "safepalwallet",
"name": "SafePal",
"image": "https://s.pvcliping.com/web/public_image/SafePal_x288.png",
"tondns": "",
"about_url": "https://www.safepal.com",
"universal_url": "https://link.safepal.io/ton-connect",
"deepLink": "safepal-tc://",
"bridge": [
{
"app_name": "safepalwallet",
"name": "SafePal",
"image": "https://s.pvcliping.com/web/public_image/SafePal_x288.png",
"tondns": "",
"about_url": "https://www.safepal.com",
"universal_url": "https://link.safepal.io/ton-connect",
"deepLink": "safepal-tc://",
"bridge": [
{
"type": "sse",
"url": "https://ton-bridge.safepal.com/tonbridge/v1/bridge"
},
{
},
{
"type": "js",
"key": "safepalwallet"
}
],
"platforms": ["ios", "android", "chrome", "firefox"]
},
}
],
"platforms": ["ios", "android", "chrome", "firefox"]
},
{
"app_name": "okxTonWallet",
"name": "OKX Wallet",
Expand All @@ -188,12 +206,12 @@
"platforms": ["chrome", "safari", "firefox", "ios", "android"]
},
{
"app_name": "okxTonWalletTr",
"name": "OKX TR Wallet",
"image": "https://static.okx.com/cdn/assets/imgs/247/587A8296F0BB640F.png",
"about_url": "https://tr.okx.com/web3",
"universal_url": "https://tr.okx.com/download?appendQuery=true&deeplink=okxtr://web3/wallet/tonconnect",
"bridge": [
"app_name": "okxTonWalletTr",
"name": "OKX TR Wallet",
"image": "https://static.okx.com/cdn/assets/imgs/247/587A8296F0BB640F.png",
"about_url": "https://tr.okx.com/web3",
"universal_url": "https://tr.okx.com/download?appendQuery=true&deeplink=okxtr://web3/wallet/tonconnect",
"bridge": [
{
"type": "js",
"key": "okxTonWallet"
Expand All @@ -203,12 +221,6 @@
"url": "https://www.okx.com/tonbridge/discover/rpc/bridge"
}
],
"platforms": [
"chrome",
"safari",
"firefox",
"ios",
"android"
]
"platforms": ["chrome", "safari", "firefox", "ios", "android"]
}
]

0 comments on commit 3840243

Please sign in to comment.