Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	wallets-v2.json
  • Loading branch information
denis.zhuravlev committed Jul 26, 2024
2 parents d40ad3b + ed9c5d3 commit a597733
Showing 1 changed file with 56 additions and 14 deletions.
70 changes: 56 additions & 14 deletions wallets-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"app_name": "mytonwallet",
"name": "MyTonWallet",
"image": "https://mytonwallet.io/icon-256.png",
"image": "https://static.mytonwallet.io/icon-256.png",
"about_url": "https://mytonwallet.io",
"universal_url": "https://connect.mytonwallet.org",
"bridge": [
Expand Down Expand Up @@ -133,7 +133,7 @@
{
"app_name": "bitgetTonWallet",
"name": "Bitget Wallet",
"image": "https://raw.githubusercontent.com/bitkeepwallet/download/main/logo/png/bitget%20wallet_logo_iOS.png",
"image": "https://raw.githubusercontent.com/bitkeepwallet/download/main/logo/png/bitget_wallet_logo_0_gas_fee.png",
"about_url": "https://web3.bitget.com",
"deepLink": "bitkeep://",
"bridge": [
Expand All @@ -150,24 +150,66 @@
"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"]
},
{
"app_name": "okxTonWallet",
"name": "OKX Wallet",
"image": "https://static.okx.com/cdn/assets/imgs/247/58E63FEA47A2B7D7.png",
"about_url": "https://www.okx.com/web3",
"universal_url": "https://www.okx.com/ul/uYJPB0",
"bridge": [
{
"type": "js",
"key": "okxTonWallet"
},
{
"type": "sse",
"url": "https://www.okx.com/tonbridge/discover/rpc/bridge"
}
],
"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/ul/uYJPB0?entityId=5",
"bridge": [
{
"type": "js",
"key": "safepalwallet"
"key": "okxTonWallet"
},
{
"type": "sse",
"url": "https://www.okx.com/tonbridge/discover/rpc/bridge"
}
],
"platforms": ["ios", "android", "chrome", "firefox"]
"platforms": [
"chrome",
"safari",
"firefox",
"ios",
"android"
]
},
{
"app_name": "nicegramWallet",
Expand All @@ -188,4 +230,4 @@
],
"platforms": ["ios", "android"]
}
]
]

0 comments on commit a597733

Please sign in to comment.