diff --git a/.github/workflows/comment.md b/.github/workflows/comment.md deleted file mode 100644 index 004f02b..0000000 --- a/.github/workflows/comment.md +++ /dev/null @@ -1,63 +0,0 @@ -# TON Connect Integration Review Process - -Thank you for contributing to the TON ecosystem\! To ensure a seamless experience for users and maintain high-quality integrations, we review all wallet submissions thoroughly. Below is an overview of our process: ---- - -### **Why We Audit Integrations** - -We audit integrations to: - -* Ensure the **best possible experience** for TON ecosystem users. -* Confirm that TON Connect is implemented securely, reliably, and in alignment with our specifications. - ---- - -### **Integration & Audit Process** - -Follow these steps to submit your wallet for inclusion in the TON Connect list: - -1. **Review Documentation**: - * Study our [**TON Connect Documentation & Specifications**](https://docs.google.com/document/d/1Z2dWpn-p7net3fE1gBJlyNUeTN5nZaUC2g7lUt4t2TY/edit?usp=sharing). - * Implement TON Connect in your wallet using the guidelines provided. -2. **Self-Test Using Checklist**: - * Validate your integration against our [**Checklist of Tests**](https://www.notion.so/theopenplatform/Checklist-of-tests-1571e095988680828da8c2d57e5bf567). - * Ensure all functionalities (e.g., connection, transaction signing, error handling) work as expected. -3. **Review Wallet Manifest Requirements**: - * Familiarize yourself with the [**wallet manifest format and requirements**](https://github.com/ton-blockchain/wallets-list/?tab=readme-ov-file#entry-format). - * Ensure your wallet manifest follows the specified format with all required fields. -4. **Submit a PR**: - * Open a Pull Request (PR) to add your wallet to the TON Connect registry. -5. **Notify Us**: - * Reach out to [**@kawaiinya**](https://t.me/kawaiinya) on Telegram to confirm your submission. - * We’ll create a dedicated Telegram chat to coordinate the audit. - ---- - -### **Audit Process Details** - -* **Initial Review**: - * Our team will schedule an audit and share a report. - * If no issues are found, your PR will be merged promptly. -* **Revisions & Re-Audits**: - * If issues arise, we’ll provide feedback. Once fixes are implemented, we’ll re-audit. - * This cycle continues until all requirements are met. - ---- - -### **Audit Timeline** - -* **Typical Duration**: \~3 working days (*after the audit begins*). -* **Current Backlog**: Due to high demand (15+ wallets in the queue), audits may be delayed. - * We appreciate your patience and will notify you once your audit is scheduled. - ---- - -### **Resources** - -* [**TON Connect Specifications**](https://docs.google.com/document/d/1Z2dWpn-p7net3fE1gBJlyNUeTN5nZaUC2g7lUt4t2TY/edit?usp=sharing) -* [**Integration Checklist**](https://www.notion.so/theopenplatform/Checklist-of-tests-1571e095988680828da8c2d57e5bf567) - ---- - -We’re excited to collaborate with you and welcome your wallet to the TON ecosystem\! 🚀 -For questions, please contact [**@kawaiinya**](https://t.me/kawaiinya) on Telegram. diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml deleted file mode 100644 index 37be3b6..0000000 --- a/.github/workflows/pr-comment.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: PR Auto Comment - -on: - pull_request_target: - types: [opened] - -permissions: - pull-requests: write - -jobs: - add-comment: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Comment PR - uses: thollander/actions-comment-pull-request@v3 - with: - file-path: .github/workflows/comment.md diff --git a/wallets-v2.json b/wallets-v2.json index 9f80271..ffb9adc 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -223,12 +223,12 @@ "deepLink": "safepal-tc://", "bridge": [ { - "type": "sse", - "url": "https://ton-bridge.safepal.com/tonbridge/v1/bridge" + "type": "sse", + "url": "https://ton-bridge.safepal.com/tonbridge/v1/bridge" }, { - "type": "js", - "key": "safepalwallet" + "type": "js", + "key": "safepalwallet" } ], "platforms": ["ios", "android", "chrome", "firefox"] @@ -362,7 +362,7 @@ { "type": "sse", "url": "https://bridge.mirai.app" - } + } ], "platforms": ["ios", "android", "macos", "windows", "linux"] }, @@ -379,5 +379,24 @@ } ], "platforms": ["ios", "android", "macos", "windows", "linux"] + }, + { + "app_name": "tonflow", + "name": "TONFLOW", + "image": "https://tonflow.app/assets/images/tonflow_ico_256.png", + "about_url": "https://tonflow.app", + "universal_url": "https://tonflow.app/ton-connect", + "deepLink": "tonflow-tc://", + "bridge": [ + { + "type": "sse", + "url": "https://bridge.tonapi.io/bridge" + }, + { + "type": "js", + "key": "tonflow" + } + ], + "platforms": ["windows", "linux", "macos", "chrome", "opera", "edge"] } -] +] \ No newline at end of file