diff --git a/wallets-v2.json b/wallets-v2.json index 02d1cf2..820f0d1 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -4,7 +4,7 @@ "name": "Wallet", "image": "https://wallet.tg/images/logo-288.png", "about_url": "https://wallet.tg/", - "universal_url": "https://t.me/wallet?attach=wallet", + "universal_url": "https://t.me/wallet?attach=wallet&mode=compact", "bridge": [ { "type": "sse", @@ -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": [ @@ -99,10 +99,10 @@ "bridge": [ { "type": "sse", - "url": "https://sse-bridge.delab.team/bridge" + "url": "https://bridge.dewallet.pro/bridge" } ], - "platforms": ["ios", "android"] + "platforms": ["ios", "android", "macos", "windows", "linux"] }, { "app_name": "xtonwallet", @@ -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": [ @@ -157,7 +157,7 @@ "about_url": "https://www.safepal.com", "universal_url": "https://link.safepal.io/ton-connect", "deepLink": "safepal-tc://", - "bridge": [ + "bridge": [ { "type": "sse", "url": "https://ton-bridge.safepal.com/tonbridge/v1/bridge" @@ -187,5 +187,65 @@ } ], "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/download?appendQuery=true&deeplink=okx://web3/wallet/tonconnect", + "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/download?appendQuery=true&deeplink=okxtr://web3/wallet/tonconnect", + "bridge": [ + { + "type": "js", + "key": "okxTonWallet" + }, + { + "type": "sse", + "url": "https://www.okx.com/tonbridge/discover/rpc/bridge" + } + ], + "platforms": [ + "chrome", + "safari", + "firefox", + "ios", + "android" + ] + }, + { + "app_name": "hot", + "name": "HOT", + "image": "https://raw.githubusercontent.com/hot-dao/media/main/logo.png", + "about_url": "https://hot-labs.org/", + "universal_url": "https://t.me/herewalletbot?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://sse-bridge.hot-labs.org" + }, + { + "type": "js", + "key": "hotWallet" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] + } ]