Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-macfin authored Oct 17, 2024
2 parents 2f45ce1 + efc2579 commit 845c43b
Showing 1 changed file with 78 additions and 4 deletions.
82 changes: 78 additions & 4 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 @@ -143,7 +143,7 @@
},
{
"type": "sse",
"url": "https://bridge.tonapi.io/bridge"
"url": "https://ton-connect-bridge.bgwapi.io/bridge"
}
],
"platforms": ["ios", "android", "chrome"],
Expand Down Expand Up @@ -224,5 +224,79 @@
}
],
"platforms": ["ios", "android", "macos", "windows", "linux"]
},
{
"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": "bybitTonWallet",
"name": "Bybit Wallet",
"image": "https://s1.bycsi.com/bybit/deadpool/image-ac5bf003d25c4ae0bd21f3725694a850.png",
"about_url": "https://www.bybit.com/web3",
"universal_url": "https://app.bybit.com/ton-connect",
"deepLink": "bybitapp://",
"bridge": [
{
"type": "js",
"key": "bybitTonWallet"
},
{
"type": "sse",
"url": "https://api-node.bybit.com/spot/api/web3/bridge/ton/bridge"
}
],
"platforms": ["ios", "android", "chrome"]
},
{
"app_name": "GateWallet",
"name": "GateWallet",
"image": "https://img.gatedataimg.com/prd-ordinal-imgs/036f07bb8730716e/gateio-0925.png",
"about_url": "https://www.gate.io/",
"bridge": [
{
"type": "js",
"key": "gatetonwallet"
},
{
"type": "sse",
"url": "https://dapp.gateio.services/tonbridge_api/bridge/v1"
}
],
"platforms": ["ios", "android"],
"universal_url": "https://gateio.onelink.me/DmA6/web3"
},
{
"app_name": "binanceWeb3TonWallet",
"name": "Binance Web3 Wallet",
"image": "https://public.bnbstatic.com/static/binance-w3w/ton-provider/binancew3w.png",
"about_url": "https://www.binance.com/en/web3wallet",
"deepLink": "bnc://app.binance.com/cedefi/ton-connect",
"bridge": [
{
"type": "js",
"key": "binancew3w"
},
{
"type": "sse",
"url": "https://wallet.binance.com/tonbridge/bridge"
}
],
"platforms": ["ios", "android", "macos", "windows", "linux"],
"universal_url": "https://app.binance.com/cedefi/ton-connect"
}
]

0 comments on commit 845c43b

Please sign in to comment.