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 Sep 26, 2024
2 parents 370ce04 + efc2579 commit b4796ee
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion wallets-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,43 @@
],
"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"
},
{
"app_name": "nicegramWallet",
"name": "Nicegram Wallet",
Expand All @@ -258,7 +295,7 @@
"bridge": [
{
"type": "sse",
"url": "https://bridge.tonapi.io/bridge"
"url": "https://tc.nicegram.app/bridge"
},
{
"type": "js",
Expand Down

0 comments on commit b4796ee

Please sign in to comment.