Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-zhuravlev authored Aug 29, 2024
2 parents a597733 + 362dbaa commit a946fac
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions wallets-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Wallet",
"image": "https://wallet.tg/images/logo-288.png",
"about_url": "https://wallet.tg/",
"universal_url": "https://t.me/wallet?attach=wallet",
"universal_url": "https://t.me/wallet?attach=wallet&mode=compact",
"bridge": [
{
"type": "sse",
Expand Down Expand Up @@ -99,10 +99,10 @@
"bridge": [
{
"type": "sse",
"url": "https://sse-bridge.delab.team/bridge"
"url": "https://bridge.dewallet.pro/bridge"
}
],
"platforms": ["ios", "android"]
"platforms": ["ios", "android", "macos", "windows", "linux"]
},
{
"app_name": "xtonwallet",
Expand Down Expand Up @@ -157,7 +157,7 @@
"about_url": "https://www.safepal.com",
"universal_url": "https://link.safepal.io/ton-connect",
"deepLink": "safepal-tc://",
"bridge": [
"bridge": [
{
"type": "sse",
"url": "https://ton-bridge.safepal.com/tonbridge/v1/bridge"
Expand All @@ -174,7 +174,7 @@
"name": "OKX Wallet",
"image": "https://static.okx.com/cdn/assets/imgs/247/58E63FEA47A2B7D7.png",
"about_url": "https://www.okx.com/web3",
"universal_url": "https://www.okx.com/ul/uYJPB0",
"universal_url": "https://www.okx.com/download?appendQuery=true&deeplink=okx://web3/wallet/tonconnect",
"bridge": [
{
"type": "js",
Expand All @@ -192,7 +192,7 @@
"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/ul/uYJPB0?entityId=5",
"universal_url": "https://tr.okx.com/download?appendQuery=true&deeplink=okxtr://web3/wallet/tonconnect",
"bridge": [
{
"type": "js",
Expand All @@ -211,6 +211,25 @@
"android"
]
},
{
"app_name": "hot",
"name": "HOT",
"image": "https://raw.githubusercontent.com/hot-dao/media/main/logo.png",
"about_url": "https://hot-labs.org/",
"universal_url": "https://t.me/herewalletbot?attach=wallet",
"bridge": [
{
"type": "sse",
"url": "https://sse-bridge.hot-labs.org"
},
{
"type": "js",
"key": "hotWallet"
}
],
"platforms": ["ios", "android", "macos", "windows", "linux"]

},
{
"app_name": "nicegramWallet",
"name": "Nicegram Wallet",
Expand All @@ -230,4 +249,4 @@
],
"platforms": ["ios", "android"]
}
]
]

0 comments on commit a946fac

Please sign in to comment.