From 21f9c1b4eba277ab7917d6780a3dcc19094f416e Mon Sep 17 00:00:00 2001
From: tonflow <itonflow@gmail.com>
Date: Fri, 18 Oct 2024 17:21:06 +0500
Subject: [PATCH] Add TONFLOW wallet

---
 wallets-v2.json | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/wallets-v2.json b/wallets-v2.json
index e9d8680..60ac2c9 100644
--- a/wallets-v2.json
+++ b/wallets-v2.json
@@ -298,5 +298,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"]
   }
 ]