Skip to content

Commit 39772d1

Browse files
authored
Merge pull request #73 from HongxiangShe/feature/bybit_wallet
feat: add bybit ton wallet to the list
2 parents f6e111b + dfcbe85 commit 39772d1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

wallets-v2.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,24 @@
228228
}
229229
],
230230
"platforms": ["ios", "android", "macos", "windows", "linux"]
231+
},
232+
{
233+
"app_name": "bybitTonWallet",
234+
"name": "Bybit Wallet",
235+
"image": "https://s1.bycsi.com/bybit/deadpool/image-ac5bf003d25c4ae0bd21f3725694a850.png",
236+
"about_url": "https://www.bybit.com/web3",
237+
"universal_url": "https://app.bybit.com/ton-connect",
238+
"deepLink": "bybitapp://",
239+
"bridge": [
240+
{
241+
"type": "js",
242+
"key": "bybitTonWallet"
243+
},
244+
{
245+
"type": "sse",
246+
"url": "https://api-node.bybit.com/spot/api/web3/bridge/ton/bridge"
247+
}
248+
],
249+
"platforms": ["ios", "android"]
231250
}
232251
]

0 commit comments

Comments
 (0)