Skip to content

Commit

Permalink
Merge pull request #133 from bybit-web3/main
Browse files Browse the repository at this point in the history
feat: add Bybit wallet integration with replacing bybit logo url
  • Loading branch information
thekiba authored Nov 11, 2024
2 parents 2eb01aa + 0a1a8aa commit 32f9e0f
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 @@ -219,6 +219,25 @@
],
"platforms": ["ios", "android", "macos", "windows", "linux"]
},
{
"app_name": "bybitTonWallet",
"name": "Bybit Wallet",
"image": "https://raw.githubusercontent.com/bybit-web3/bybit-web3.github.io/main/docs/images/bybit-logo.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",
Expand Down

0 comments on commit 32f9e0f

Please sign in to comment.