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/3] #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/3] 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/3] 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