Skip to content

Commit

Permalink
feat: add bybit global wallet to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
scott.she committed Oct 31, 2024
1 parent e815759 commit 702176d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions wallets-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,24 @@
}
],
"platforms": ["ios", "android", "macos", "windows", "linux"]
},
{
"app_name": "bybitGlobalTonWallet",
"name": "Bybit global Wallet",
"image": "https://s1.bycsi.com/bybit/deadpool/image-d9bd56ae957f42f496a382da18fa7dee.png",
"about_url": "https://www.bybitglobal.com/web3",
"universal_url": "https://app.bybitglobal.com/ton-connect",
"deepLink": "bybitapp://",
"bridge": [
{
"type": "js",
"key": "bybitTonWallet"
},
{
"type": "sse",
"url": "https://api-node.bybitglobal.com/spot/api/web3/bridge/ton/bridge"
}
],
"platforms": ["ios", "android", "chrome"]
}
]

0 comments on commit 702176d

Please sign in to comment.