Skip to content

Commit

Permalink
Merge pull request #73 from HongxiangShe/feature/bybit_wallet
Browse files Browse the repository at this point in the history
feat: add bybit ton wallet to the list
  • Loading branch information
thekiba committed Sep 3, 2024
2 parents f6e111b + dfcbe85 commit 39772d1
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 @@ -228,5 +228,24 @@
}
],
"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"]
}
]

0 comments on commit 39772d1

Please sign in to comment.