Skip to content

Commit

Permalink
feat: support onekey wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteZhang1024 committed Sep 3, 2024
1 parent 39772d1 commit 814b88a
Showing 1 changed file with 36 additions and 29 deletions.
65 changes: 36 additions & 29 deletions wallets-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,25 +150,25 @@
"universal_url": "https://bkcode.vip/ton-connect"
},
{
"app_name": "safepalwallet",
"name": "SafePal",
"image": "https://s.pvcliping.com/web/public_image/SafePal_x288.png",
"tondns": "",
"about_url": "https://www.safepal.com",
"universal_url": "https://link.safepal.io/ton-connect",
"deepLink": "safepal-tc://",
"bridge": [
{
"app_name": "safepalwallet",
"name": "SafePal",
"image": "https://s.pvcliping.com/web/public_image/SafePal_x288.png",
"tondns": "",
"about_url": "https://www.safepal.com",
"universal_url": "https://link.safepal.io/ton-connect",
"deepLink": "safepal-tc://",
"bridge": [
{
"type": "sse",
"url": "https://ton-bridge.safepal.com/tonbridge/v1/bridge"
},
{
},
{
"type": "js",
"key": "safepalwallet"
}
],
"platforms": ["ios", "android", "chrome", "firefox"]
},
}
],
"platforms": ["ios", "android", "chrome", "firefox"]
},
{
"app_name": "okxTonWallet",
"name": "OKX Wallet",
Expand All @@ -188,12 +188,12 @@
"platforms": ["chrome", "safari", "firefox", "ios", "android"]
},
{
"app_name": "okxTonWalletTr",
"name": "OKX TR Wallet",
"image": "https://static.okx.com/cdn/assets/imgs/247/587A8296F0BB640F.png",
"about_url": "https://tr.okx.com/web3",
"universal_url": "https://tr.okx.com/download?appendQuery=true&deeplink=okxtr://web3/wallet/tonconnect",
"bridge": [
"app_name": "okxTonWalletTr",
"name": "OKX TR Wallet",
"image": "https://static.okx.com/cdn/assets/imgs/247/587A8296F0BB640F.png",
"about_url": "https://tr.okx.com/web3",
"universal_url": "https://tr.okx.com/download?appendQuery=true&deeplink=okxtr://web3/wallet/tonconnect",
"bridge": [
{
"type": "js",
"key": "okxTonWallet"
Expand All @@ -203,13 +203,7 @@
"url": "https://www.okx.com/tonbridge/discover/rpc/bridge"
}
],
"platforms": [
"chrome",
"safari",
"firefox",
"ios",
"android"
]
"platforms": ["chrome", "safari", "firefox", "ios", "android"]
},
{
"app_name": "hot",
Expand Down Expand Up @@ -247,5 +241,18 @@
}
],
"platforms": ["ios", "android"]
},
{
"app_name": "onekey",
"name": "OneKey",
"image": "https://common.onekey-asset.com/logo/onekey.png",
"about_url": "https://onekey.so",
"bridge": [
{
"type": "js",
"key": "onekeyTonWallet"
}
],
"platforms": ["chrome"]
}
]
]

0 comments on commit 814b88a

Please sign in to comment.