From 781a681a8e10f8fe628fa9d10fd859fd5f7896b8 Mon Sep 17 00:00:00 2001 From: MacOMNI <414294494@qq.com> Date: Wed, 21 Aug 2024 18:55:40 +0800 Subject: [PATCH 1/5] #update wallets v2 --- pull_request_template.md | 8 ++++---- wallets-v2.json | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index c977665..ade7d7f 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,10 +1,10 @@ # Add wallet ## Supports -- [x] JS bridge as a browser extention for [Google Chrome](), ..., browsers. -- [ ] JS bridge for the in-wallet browser for [iOS]() and [Android](). +- [ ] JS bridge as a browser extention for [Google Chrome](), ..., browsers. +- [x] JS bridge for the in-wallet browser for [iOS]() and [Android](). - [ ] JS bridge for in-wallet browser for [Windows](), [macOS](), ... . -- [x] HTTP bridge as a mobile wallet app for [iOS]() and [Android](). +- [ ] HTTP bridge as a mobile wallet app for [iOS]() and [Android](). - [ ] HTTP bridge as a desctop wallet app for [Windows](), [macOS](), ... . ## Supported features @@ -13,7 +13,7 @@ ## Tests -[a demo dapp with integrated wallet](link) +[a demo dapp with integrated wallet](https://macomni.github.io/demo-dapp-with-react-ui/) ## Integrator contacts * telegram diff --git a/wallets-v2.json b/wallets-v2.json index 21e6012..2ff4091 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -210,5 +210,23 @@ "ios", "android" ] + }, + { + "app_name": "hpyTonWallet", + "name": "HyperPay Wallet", + "image": "https://hyperpay-website.oss-cn-hongkong.aliyuncs.com/static/dist/images/2022-12-30/logo.png", + "about_url": "https://www.hyperpay.tech", + "universal_url": "https://www.hyperpay.tech/download&deeplink=hyperpay://web3/wallet/tonconnect", + "bridge": [ + { + "type": "js", + "key": "hpyTonWallet" + }, + { + "type": "sse", + "url": "https://bridge.tonapi.io/bridge" + } + ], + "platforms": ["ios", "android"] } ] From cb32bce2a37df3af71eb4b3567d61713664f97b2 Mon Sep 17 00:00:00 2001 From: MacOMNI <414294494@qq.com> Date: Wed, 21 Aug 2024 18:58:30 +0800 Subject: [PATCH 2/5] add HyperPay Wallet --- wallets-v2.json | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/wallets-v2.json b/wallets-v2.json index 2ff4091..82fd58d 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", @@ -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", @@ -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" @@ -211,6 +211,24 @@ "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"] + }, { "app_name": "hpyTonWallet", "name": "HyperPay Wallet", From a232314aa8eb7b7a388f01ad18c53d9595861a34 Mon Sep 17 00:00:00 2001 From: MacOMNI <414294494@qq.com> Date: Wed, 21 Aug 2024 19:01:56 +0800 Subject: [PATCH 3/5] Update pull_request_template.md --- pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index ade7d7f..c977665 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,10 +1,10 @@ # Add wallet ## Supports -- [ ] JS bridge as a browser extention for [Google Chrome](), ..., browsers. -- [x] JS bridge for the in-wallet browser for [iOS]() and [Android](). +- [x] JS bridge as a browser extention for [Google Chrome](), ..., browsers. +- [ ] JS bridge for the in-wallet browser for [iOS]() and [Android](). - [ ] JS bridge for in-wallet browser for [Windows](), [macOS](), ... . -- [ ] HTTP bridge as a mobile wallet app for [iOS]() and [Android](). +- [x] HTTP bridge as a mobile wallet app for [iOS]() and [Android](). - [ ] HTTP bridge as a desctop wallet app for [Windows](), [macOS](), ... . ## Supported features @@ -13,7 +13,7 @@ ## Tests -[a demo dapp with integrated wallet](https://macomni.github.io/demo-dapp-with-react-ui/) +[a demo dapp with integrated wallet](link) ## Integrator contacts * telegram From d34041ca369441dd0a68c1263a8b374ca7cfaa15 Mon Sep 17 00:00:00 2001 From: MacOMNI <414294494@qq.com> Date: Sat, 23 Nov 2024 09:47:27 +0800 Subject: [PATCH 4/5] Update wallets-v2.json --- wallets-v2.json | 527 +++++++++++++++++++++++++----------------------- 1 file changed, 276 insertions(+), 251 deletions(-) diff --git a/wallets-v2.json b/wallets-v2.json index e1a1059..d698102 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -1,299 +1,324 @@ [ { - "app_name": "telegram-wallet", - "name": "Wallet", - "image": "https://wallet.tg/images/logo-288.png", - "about_url": "https://wallet.tg/", - "universal_url": "https://t.me/wallet?attach=wallet&mode=compact", - "bridge": [ - { - "type": "sse", - "url": "https://bridge.ton.space/bridge" - } - ], - "platforms": ["ios", "android", "macos", "windows", "linux"] + "app_name": "telegram-wallet", + "name": "Wallet", + "image": "https://wallet.tg/images/logo-288.png", + "about_url": "https://wallet.tg/", + "universal_url": "https://t.me/wallet?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://walletbot.me/tonconnect-bridge/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] }, { - "app_name": "tonkeeper", - "name": "Tonkeeper", - "image": "https://tonkeeper.com/assets/tonconnect-icon.png", - "tondns": "tonkeeper.ton", - "about_url": "https://tonkeeper.com", - "universal_url": "https://app.tonkeeper.com/ton-connect", - "deepLink": "tonkeeper-tc://", - "bridge": [ - { - "type": "sse", - "url": "https://bridge.tonapi.io/bridge" - }, - { - "type": "js", - "key": "tonkeeper" - } - ], - "platforms": ["ios", "android", "chrome", "firefox", "macos"] + "app_name": "tonkeeper", + "name": "Tonkeeper", + "image": "https://tonkeeper.com/assets/tonconnect-icon.png", + "tondns": "tonkeeper.ton", + "about_url": "https://tonkeeper.com", + "universal_url": "https://app.tonkeeper.com/ton-connect", + "deepLink": "tonkeeper-tc://", + "bridge": [ + { + "type": "sse", + "url": "https://bridge.tonapi.io/bridge" + }, + { + "type": "js", + "key": "tonkeeper" + } + ], + "platforms": ["ios", "android", "chrome", "firefox", "macos"] }, { - "app_name": "mytonwallet", - "name": "MyTonWallet", - "image": "https://static.mytonwallet.io/icon-256.png", - "about_url": "https://mytonwallet.io", - "universal_url": "https://connect.mytonwallet.org", - "bridge": [ - { - "type": "js", - "key": "mytonwallet" - }, - { - "type": "sse", - "url": "https://tonconnectbridge.mytonwallet.org/bridge/" - } - ], - "platforms": ["chrome", "windows", "macos", "linux", "ios", "android", "firefox"] + "app_name": "mytonwallet", + "name": "MyTonWallet", + "image": "https://static.mytonwallet.io/icon-256.png", + "about_url": "https://mytonwallet.io", + "universal_url": "https://connect.mytonwallet.org", + "bridge": [ + { + "type": "js", + "key": "mytonwallet" + }, + { + "type": "sse", + "url": "https://tonconnectbridge.mytonwallet.org/bridge/" + } + ], + "platforms": [ + "chrome", + "windows", + "macos", + "linux", + "ios", + "android", + "firefox" + ] }, { - "app_name": "bitgetTonWallet", - "name": "Bitget Wallet", - "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": [ - { - "type": "js", - "key": "bitgetTonWallet" - }, - { - "type": "sse", - "url": "https://ton-connect-bridge.bgwapi.io/bridge" - } - ], - "platforms": ["ios", "android", "chrome"], - "universal_url": "https://bkcode.vip/ton-connect" + "app_name": "bitgetTonWallet", + "name": "Bitget Wallet", + "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": [ + { + "type": "js", + "key": "bitgetTonWallet" + }, + { + "type": "sse", + "url": "https://ton-connect-bridge.bgwapi.io/bridge" + } + ], + "platforms": ["ios", "android", "chrome"], + "universal_url": "https://bkcode.vip/ton-connect" }, { - "app_name": "binanceWeb3TonWallet", - "name": "Binance Web3 Wallet", - "image": "https://public.bnbstatic.com/static/binance-w3w/ton-provider/binancew3w.png", - "about_url": "https://www.binance.com/en/web3wallet", - "deepLink": "bnc://app.binance.com/cedefi/ton-connect", - "bridge": [ - { - "type": "js", - "key": "binancew3w" - }, - { - "type": "sse", - "url": "https://wallet.binance.com/tonbridge/bridge" - } - ], - "platforms": ["ios", "android", "macos", "windows", "linux"], - "universal_url": "https://app.binance.com/cedefi/ton-connect" + "app_name": "binanceWeb3TonWallet", + "name": "Binance Web3 Wallet", + "image": "https://public.bnbstatic.com/static/binance-w3w/ton-provider/binancew3w.png", + "about_url": "https://www.binance.com/en/web3wallet", + "deepLink": "bnc://app.binance.com/cedefi/ton-connect", + "bridge": [ + { + "type": "js", + "key": "binancew3w" + }, + { + "type": "sse", + "url": "https://wallet.binance.com/tonbridge/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"], + "universal_url": "https://app.binance.com/cedefi/ton-connect" }, { - "app_name": "fintopio-tg", - "name": "Fintopio", - "image": "https://fintopio.com/tonconnect-icon.png", - "about_url": "https://fintopio.com", - "universal_url": "https://t.me/fintopio?attach=wallet", - "bridge": [ - { - "type": "sse", - "url": "https://wallet-bridge.fintopio.com/bridge" - } - ], - "platforms": ["ios", "android", "macos", "windows", "linux"] + "app_name": "fintopio-tg", + "name": "Fintopio", + "image": "https://fintopio.com/tonconnect-icon.png", + "about_url": "https://fintopio.com", + "universal_url": "https://t.me/fintopio?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://wallet-bridge.fintopio.com/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] }, { - "app_name": "dewallet", - "name": "DeWallet", - "image": "https://raw.githubusercontent.com/delab-team/manifests-images/main/WalletAvatar.png", - "about_url": "https://delabwallet.com", - "universal_url": "https://t.me/dewallet?attach=wallet", - "bridge": [ - { - "type": "sse", - "url": "https://bridge.dewallet.pro/bridge" - } - ], - "platforms": ["ios", "android", "macos", "windows", "linux"] + "app_name": "dewallet", + "name": "DeWallet", + "image": "https://raw.githubusercontent.com/delab-team/manifests-images/main/WalletAvatar.png", + "about_url": "https://delabwallet.com", + "universal_url": "https://t.me/dewallet?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://bridge.dewallet.pro/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] }, { - "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": "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": "openmask", - "name": "OpenMask", - "image": "https://raw.githubusercontent.com/OpenProduct/openmask-extension/main/public/openmask-logo-288.png", - "about_url": "https://www.openmask.app/", - "bridge": [ - { - "type": "js", - "key": "openmask" - } - ], - "platforms": ["chrome"] + "app_name": "openmask", + "name": "OpenMask", + "image": "https://raw.githubusercontent.com/OpenProduct/openmask-extension/main/public/openmask-logo-288.png", + "about_url": "https://www.openmask.app/", + "bridge": [ + { + "type": "js", + "key": "openmask" + } + ], + "platforms": ["chrome"] }, { - "app_name": "tonhub", - "name": "Tonhub", - "image": "https://tonhub.com/tonconnect_logo.png", - "about_url": "https://tonhub.com", - "universal_url": "https://tonhub.com/ton-connect", - "bridge": [ - { - "type": "js", - "key": "tonhub" - }, - { - "type": "sse", - "url": "https://connect.tonhubapi.com/tonconnect" - } - ], - "platforms": ["ios", "android"] + "app_name": "tonhub", + "name": "Tonhub", + "image": "https://tonhub.com/tonconnect_logo.png", + "about_url": "https://tonhub.com", + "universal_url": "https://tonhub.com/ton-connect", + "bridge": [ + { + "type": "js", + "key": "tonhub" + }, + { + "type": "sse", + "url": "https://connect.tonhubapi.com/tonconnect" + } + ], + "platforms": ["ios", "android"] }, { - "app_name": "xtonwallet", - "name": "XTONWallet", - "image": "https://xtonwallet.com/assets/img/icon-256-back.png", - "about_url": "https://xtonwallet.com", - "bridge": [ - { - "type": "js", - "key": "xtonwallet" - } - ], - "platforms": ["chrome", "firefox"] + "app_name": "xtonwallet", + "name": "XTONWallet", + "image": "https://xtonwallet.com/assets/img/icon-256-back.png", + "about_url": "https://xtonwallet.com", + "bridge": [ + { + "type": "js", + "key": "xtonwallet" + } + ], + "platforms": ["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": "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": "okxMiniWallet", - "name": "OKX Mini Wallet", - "image": "https://static.okx.com/cdn/assets/imgs/2411/8BE1A4A434D8F58A.png", - "about_url": "https://www.okx.com/web3", - "universal_url": "https://t.me/OKX_WALLET_BOT?attach=wallet", - "bridge": [ - { - "type": "sse", - "url": "https://www.okx.com/tonbridge/discover/rpc/bridge" - } - ], - "platforms": ["ios", "android", "macos", "windows", "linux"] + "app_name": "okxMiniWallet", + "name": "OKX Mini Wallet", + "image": "https://static.okx.com/cdn/assets/imgs/2411/8BE1A4A434D8F58A.png", + "about_url": "https://www.okx.com/web3", + "universal_url": "https://t.me/OKX_WALLET_BOT?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://www.okx.com/tonbridge/discover/rpc/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] }, { - "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"] + "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"] }, { - "app_name": "bybitTonWallet", - "name": "Bybit Wallet", - "image": "https://raw.githubusercontent.com/bybit-web3/bybit-web3.github.io/main/docs/images/bybit-logo.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", "chrome"] + "app_name": "bybitTonWallet", + "name": "Bybit Wallet", + "image": "https://raw.githubusercontent.com/bybit-web3/bybit-web3.github.io/main/docs/images/bybit-logo.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", "chrome"] }, { - "app_name": "GateWallet", - "name": "GateWallet", - "image": "https://img.gatedataimg.com/prd-ordinal-imgs/036f07bb8730716e/gateio-0925.png", - "about_url": "https://www.gate.io/", - "bridge": [ - { - "type": "js", - "key": "gatetonwallet" - }, - { - "type": "sse", - "url": "https://dapp.gateio.services/tonbridge_api/bridge/v1" - } - ], - "platforms": ["ios", "android"], - "universal_url": "https://gateio.go.link/gateio/web3?adj_t=1ff8khdw_1fu4ccc7" + "app_name": "GateWallet", + "name": "GateWallet", + "image": "https://img.gatedataimg.com/prd-ordinal-imgs/036f07bb8730716e/gateio-0925.png", + "about_url": "https://www.gate.io/", + "bridge": [ + { + "type": "js", + "key": "gatetonwallet" + }, + { + "type": "sse", + "url": "https://dapp.gateio.services/tonbridge_api/bridge/v1" + } + ], + "platforms": ["ios", "android"], + "universal_url": "https://gateio.go.link/gateio/web3?adj_t=1ff8khdw_1fu4ccc7" }, { - "app_name": "tonwallet", - "name": "TON Wallet", - "image": "https://wallet.ton.org/assets/ui/qr-logo.png", - "about_url": "https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhmiggakijnkhfnd", - "bridge": [ - { - "type": "js", - "key": "tonwallet" - } - ], - "platforms": ["chrome"] + "app_name": "tonwallet", + "name": "TON Wallet", + "image": "https://wallet.ton.org/assets/ui/qr-logo.png", + "about_url": "https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhmiggakijnkhfnd", + "bridge": [ + { + "type": "js", + "key": "tonwallet" + } + ], + "platforms": ["chrome"] + }, + { + "app_name": "BitgetWeb3", + "name": "BitgetWeb3", + "image": "https://img.bitgetimg.com/image/third/1731638059795.png", + "about_url": "​https://www.bitget.com", + "universal_url": "https://t.me/BitgetOfficialBot?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://ton-connect-bridge.bgwapi.io/bridge" + } + ], + "platforms": ["ios", "android", "windows", "macos", "linux"] }, { "app_name": "hpyTonWallet", "name": "HyperPay Wallet", - "image": "https://hyperpay-website.oss-cn-hongkong.aliyuncs.com/static/dist/images/2022-12-30/logo.png", + "image": "https://onchain-oss.hyperpay.online/images/logo.png", "about_url": "https://www.hyperpay.tech", "universal_url": "https://www.hyperpay.tech/download&deeplink=hyperpay://web3/wallet/tonconnect", "bridge": [ { "type": "js", "key": "hpyTonWallet" + }, + { + "type": "sse", + "url": "https://onchain-wallet.hyperpay.online/bridge" } ], "platforms": ["ios", "android"] } -] - + ] From 1991e641169ee438806c7142fa689fceb5244a62 Mon Sep 17 00:00:00 2001 From: MacOMNI <414294494@qq.com> Date: Sat, 23 Nov 2024 10:15:12 +0800 Subject: [PATCH 5/5] Update wallets-v2.json --- wallets-v2.json | 642 ++++++++++++++++++++++++------------------------ 1 file changed, 321 insertions(+), 321 deletions(-) diff --git a/wallets-v2.json b/wallets-v2.json index d698102..2a8a8fd 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -1,324 +1,324 @@ [ - { - "app_name": "telegram-wallet", - "name": "Wallet", - "image": "https://wallet.tg/images/logo-288.png", - "about_url": "https://wallet.tg/", - "universal_url": "https://t.me/wallet?attach=wallet", - "bridge": [ - { - "type": "sse", - "url": "https://walletbot.me/tonconnect-bridge/bridge" - } - ], - "platforms": ["ios", "android", "macos", "windows", "linux"] - }, - { - "app_name": "tonkeeper", - "name": "Tonkeeper", - "image": "https://tonkeeper.com/assets/tonconnect-icon.png", - "tondns": "tonkeeper.ton", - "about_url": "https://tonkeeper.com", - "universal_url": "https://app.tonkeeper.com/ton-connect", - "deepLink": "tonkeeper-tc://", - "bridge": [ - { - "type": "sse", - "url": "https://bridge.tonapi.io/bridge" - }, - { - "type": "js", - "key": "tonkeeper" - } - ], - "platforms": ["ios", "android", "chrome", "firefox", "macos"] - }, - { - "app_name": "mytonwallet", - "name": "MyTonWallet", - "image": "https://static.mytonwallet.io/icon-256.png", - "about_url": "https://mytonwallet.io", - "universal_url": "https://connect.mytonwallet.org", - "bridge": [ - { - "type": "js", - "key": "mytonwallet" - }, - { - "type": "sse", - "url": "https://tonconnectbridge.mytonwallet.org/bridge/" - } - ], - "platforms": [ - "chrome", - "windows", - "macos", - "linux", - "ios", - "android", - "firefox" - ] - }, - { - "app_name": "bitgetTonWallet", - "name": "Bitget Wallet", - "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": [ - { - "type": "js", - "key": "bitgetTonWallet" - }, - { - "type": "sse", - "url": "https://ton-connect-bridge.bgwapi.io/bridge" - } - ], - "platforms": ["ios", "android", "chrome"], - "universal_url": "https://bkcode.vip/ton-connect" - }, - { - "app_name": "binanceWeb3TonWallet", - "name": "Binance Web3 Wallet", - "image": "https://public.bnbstatic.com/static/binance-w3w/ton-provider/binancew3w.png", - "about_url": "https://www.binance.com/en/web3wallet", - "deepLink": "bnc://app.binance.com/cedefi/ton-connect", - "bridge": [ - { - "type": "js", - "key": "binancew3w" - }, - { - "type": "sse", - "url": "https://wallet.binance.com/tonbridge/bridge" - } - ], - "platforms": ["ios", "android", "macos", "windows", "linux"], - "universal_url": "https://app.binance.com/cedefi/ton-connect" - }, - { - "app_name": "fintopio-tg", - "name": "Fintopio", - "image": "https://fintopio.com/tonconnect-icon.png", - "about_url": "https://fintopio.com", - "universal_url": "https://t.me/fintopio?attach=wallet", - "bridge": [ - { - "type": "sse", - "url": "https://wallet-bridge.fintopio.com/bridge" - } - ], - "platforms": ["ios", "android", "macos", "windows", "linux"] - }, - { - "app_name": "dewallet", - "name": "DeWallet", - "image": "https://raw.githubusercontent.com/delab-team/manifests-images/main/WalletAvatar.png", - "about_url": "https://delabwallet.com", - "universal_url": "https://t.me/dewallet?attach=wallet", - "bridge": [ - { - "type": "sse", - "url": "https://bridge.dewallet.pro/bridge" - } - ], - "platforms": ["ios", "android", "macos", "windows", "linux"] - }, - { - "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": "openmask", - "name": "OpenMask", - "image": "https://raw.githubusercontent.com/OpenProduct/openmask-extension/main/public/openmask-logo-288.png", - "about_url": "https://www.openmask.app/", - "bridge": [ - { - "type": "js", - "key": "openmask" - } - ], - "platforms": ["chrome"] - }, - { - "app_name": "tonhub", - "name": "Tonhub", - "image": "https://tonhub.com/tonconnect_logo.png", - "about_url": "https://tonhub.com", - "universal_url": "https://tonhub.com/ton-connect", - "bridge": [ - { - "type": "js", - "key": "tonhub" - }, - { - "type": "sse", - "url": "https://connect.tonhubapi.com/tonconnect" - } - ], - "platforms": ["ios", "android"] - }, - { - "app_name": "xtonwallet", - "name": "XTONWallet", - "image": "https://xtonwallet.com/assets/img/icon-256-back.png", - "about_url": "https://xtonwallet.com", - "bridge": [ - { - "type": "js", - "key": "xtonwallet" - } - ], - "platforms": ["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": "okxMiniWallet", - "name": "OKX Mini Wallet", - "image": "https://static.okx.com/cdn/assets/imgs/2411/8BE1A4A434D8F58A.png", - "about_url": "https://www.okx.com/web3", - "universal_url": "https://t.me/OKX_WALLET_BOT?attach=wallet", - "bridge": [ - { - "type": "sse", - "url": "https://www.okx.com/tonbridge/discover/rpc/bridge" - } - ], - "platforms": ["ios", "android", "macos", "windows", "linux"] - }, - { - "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"] - }, - { - "app_name": "bybitTonWallet", - "name": "Bybit Wallet", - "image": "https://raw.githubusercontent.com/bybit-web3/bybit-web3.github.io/main/docs/images/bybit-logo.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", "chrome"] - }, - { - "app_name": "GateWallet", - "name": "GateWallet", - "image": "https://img.gatedataimg.com/prd-ordinal-imgs/036f07bb8730716e/gateio-0925.png", - "about_url": "https://www.gate.io/", - "bridge": [ - { - "type": "js", - "key": "gatetonwallet" - }, - { - "type": "sse", - "url": "https://dapp.gateio.services/tonbridge_api/bridge/v1" - } - ], - "platforms": ["ios", "android"], - "universal_url": "https://gateio.go.link/gateio/web3?adj_t=1ff8khdw_1fu4ccc7" - }, - { - "app_name": "tonwallet", - "name": "TON Wallet", - "image": "https://wallet.ton.org/assets/ui/qr-logo.png", - "about_url": "https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhmiggakijnkhfnd", - "bridge": [ - { - "type": "js", - "key": "tonwallet" - } - ], - "platforms": ["chrome"] - }, - { - "app_name": "BitgetWeb3", - "name": "BitgetWeb3", - "image": "https://img.bitgetimg.com/image/third/1731638059795.png", - "about_url": "​https://www.bitget.com", - "universal_url": "https://t.me/BitgetOfficialBot?attach=wallet", - "bridge": [ - { - "type": "sse", - "url": "https://ton-connect-bridge.bgwapi.io/bridge" - } - ], - "platforms": ["ios", "android", "windows", "macos", "linux"] - }, - { - "app_name": "hpyTonWallet", - "name": "HyperPay Wallet", - "image": "https://onchain-oss.hyperpay.online/images/logo.png", - "about_url": "https://www.hyperpay.tech", - "universal_url": "https://www.hyperpay.tech/download&deeplink=hyperpay://web3/wallet/tonconnect", - "bridge": [ - { - "type": "js", - "key": "hpyTonWallet" - }, - { - "type": "sse", - "url": "https://onchain-wallet.hyperpay.online/bridge" - } - ], - "platforms": ["ios", "android"] + { + "app_name": "telegram-wallet", + "name": "Wallet", + "image": "https://wallet.tg/images/logo-288.png", + "about_url": "https://wallet.tg/", + "universal_url": "https://t.me/wallet?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://walletbot.me/tonconnect-bridge/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] + }, + { + "app_name": "tonkeeper", + "name": "Tonkeeper", + "image": "https://tonkeeper.com/assets/tonconnect-icon.png", + "tondns": "tonkeeper.ton", + "about_url": "https://tonkeeper.com", + "universal_url": "https://app.tonkeeper.com/ton-connect", + "deepLink": "tonkeeper-tc://", + "bridge": [ + { + "type": "sse", + "url": "https://bridge.tonapi.io/bridge" + }, + { + "type": "js", + "key": "tonkeeper" + } + ], + "platforms": ["ios", "android", "chrome", "firefox", "macos"] + }, + { + "app_name": "mytonwallet", + "name": "MyTonWallet", + "image": "https://static.mytonwallet.io/icon-256.png", + "about_url": "https://mytonwallet.io", + "universal_url": "https://connect.mytonwallet.org", + "bridge": [ + { + "type": "js", + "key": "mytonwallet" + }, + { + "type": "sse", + "url": "https://tonconnectbridge.mytonwallet.org/bridge/" + } + ], + "platforms": [ + "chrome", + "windows", + "macos", + "linux", + "ios", + "android", + "firefox" + ] + }, + { + "app_name": "bitgetTonWallet", + "name": "Bitget Wallet", + "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": [ + { + "type": "js", + "key": "bitgetTonWallet" + }, + { + "type": "sse", + "url": "https://ton-connect-bridge.bgwapi.io/bridge" + } + ], + "platforms": ["ios", "android", "chrome"], + "universal_url": "https://bkcode.vip/ton-connect" + }, + { + "app_name": "binanceWeb3TonWallet", + "name": "Binance Web3 Wallet", + "image": "https://public.bnbstatic.com/static/binance-w3w/ton-provider/binancew3w.png", + "about_url": "https://www.binance.com/en/web3wallet", + "deepLink": "bnc://app.binance.com/cedefi/ton-connect", + "bridge": [ + { + "type": "js", + "key": "binancew3w" + }, + { + "type": "sse", + "url": "https://wallet.binance.com/tonbridge/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"], + "universal_url": "https://app.binance.com/cedefi/ton-connect" + }, + { + "app_name": "fintopio-tg", + "name": "Fintopio", + "image": "https://fintopio.com/tonconnect-icon.png", + "about_url": "https://fintopio.com", + "universal_url": "https://t.me/fintopio?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://wallet-bridge.fintopio.com/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] + }, + { + "app_name": "dewallet", + "name": "DeWallet", + "image": "https://raw.githubusercontent.com/delab-team/manifests-images/main/WalletAvatar.png", + "about_url": "https://delabwallet.com", + "universal_url": "https://t.me/dewallet?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://bridge.dewallet.pro/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] + }, + { + "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": "openmask", + "name": "OpenMask", + "image": "https://raw.githubusercontent.com/OpenProduct/openmask-extension/main/public/openmask-logo-288.png", + "about_url": "https://www.openmask.app/", + "bridge": [ + { + "type": "js", + "key": "openmask" + } + ], + "platforms": ["chrome"] + }, + { + "app_name": "tonhub", + "name": "Tonhub", + "image": "https://tonhub.com/tonconnect_logo.png", + "about_url": "https://tonhub.com", + "universal_url": "https://tonhub.com/ton-connect", + "bridge": [ + { + "type": "js", + "key": "tonhub" + }, + { + "type": "sse", + "url": "https://connect.tonhubapi.com/tonconnect" + } + ], + "platforms": ["ios", "android"] + }, + { + "app_name": "xtonwallet", + "name": "XTONWallet", + "image": "https://xtonwallet.com/assets/img/icon-256-back.png", + "about_url": "https://xtonwallet.com", + "bridge": [ + { + "type": "js", + "key": "xtonwallet" + } + ], + "platforms": ["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": "okxMiniWallet", + "name": "OKX Mini Wallet", + "image": "https://static.okx.com/cdn/assets/imgs/2411/8BE1A4A434D8F58A.png", + "about_url": "https://www.okx.com/web3", + "universal_url": "https://t.me/OKX_WALLET_BOT?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://www.okx.com/tonbridge/discover/rpc/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] + }, + { + "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"] + }, + { + "app_name": "bybitTonWallet", + "name": "Bybit Wallet", + "image": "https://raw.githubusercontent.com/bybit-web3/bybit-web3.github.io/main/docs/images/bybit-logo.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", "chrome"] + }, + { + "app_name": "GateWallet", + "name": "GateWallet", + "image": "https://img.gatedataimg.com/prd-ordinal-imgs/036f07bb8730716e/gateio-0925.png", + "about_url": "https://www.gate.io/", + "bridge": [ + { + "type": "js", + "key": "gatetonwallet" + }, + { + "type": "sse", + "url": "https://dapp.gateio.services/tonbridge_api/bridge/v1" + } + ], + "platforms": ["ios", "android"], + "universal_url": "https://gateio.go.link/gateio/web3?adj_t=1ff8khdw_1fu4ccc7" + }, + { + "app_name": "tonwallet", + "name": "TON Wallet", + "image": "https://wallet.ton.org/assets/ui/qr-logo.png", + "about_url": "https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhmiggakijnkhfnd", + "bridge": [ + { + "type": "js", + "key": "tonwallet" + } + ], + "platforms": ["chrome"] + }, + { + "app_name": "BitgetWeb3", + "name": "BitgetWeb3", + "image": "https://img.bitgetimg.com/image/third/1731638059795.png", + "about_url": "​https://www.bitget.com", + "universal_url": "https://t.me/BitgetOfficialBot?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://ton-connect-bridge.bgwapi.io/bridge" + } + ], + "platforms": ["ios", "android", "windows", "macos", "linux"] + }, + { + "app_name": "hpyTonWallet", + "name": "HyperPay Wallet", + "image": "https://onchain-oss.hyperpay.online/images/logo.png", + "about_url": "https://www.hyperpay.tech", + "universal_url": "https://www.hyperpay.tech/download&deeplink=hyperpay://web3/wallet/tonconnect", + "bridge": [ + { + "type": "js", + "key": "hpyTonWallet" + }, + { + "type": "sse", + "url": "https://onchain-wallet.hyperpay.online/bridge" + } + ], + "platforms": ["ios", "android"] } ]