Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenBlockResource authored Aug 22, 2024
2 parents f9396b7 + 362dbaa commit daf666e
Showing 1 changed file with 67 additions and 7 deletions.
74 changes: 67 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 @@ -36,7 +36,7 @@
{
"app_name": "mytonwallet",
"name": "MyTonWallet",
"image": "https://mytonwallet.io/icon-256.png",
"image": "https://static.mytonwallet.io/icon-256.png",
"about_url": "https://mytonwallet.io",
"universal_url": "https://connect.mytonwallet.org",
"bridge": [
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 @@ -133,7 +133,7 @@
{
"app_name": "bitgetTonWallet",
"name": "Bitget Wallet",
"image": "https://raw.githubusercontent.com/bitkeepwallet/download/main/logo/png/bitget%20wallet_logo_iOS.png",
"image": "https://raw.githubusercontent.com/bitkeepwallet/download/main/logo/png/bitget_wallet_logo_0_gas_fee.png",
"about_url": "https://web3.bitget.com",
"deepLink": "bitkeep://",
"bridge": [
Expand All @@ -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 Down Expand Up @@ -187,5 +187,65 @@
}
],
"platforms": ["ios", "android", "chrome", "firefox"]
}
},
{
"app_name": "okxTonWallet",
"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/download?appendQuery=true&deeplink=okx://web3/wallet/tonconnect",
"bridge": [
{
"type": "js",
"key": "okxTonWallet"
},
{
"type": "sse",
"url": "https://www.okx.com/tonbridge/discover/rpc/bridge"
}
],
"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": [
{
"type": "js",
"key": "okxTonWallet"
},
{
"type": "sse",
"url": "https://www.okx.com/tonbridge/discover/rpc/bridge"
}
],
"platforms": [
"chrome",
"safari",
"firefox",
"ios",
"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"]
}
]

0 comments on commit daf666e

Please sign in to comment.