From 27c3f22da72ea00fd15ff6d73d422ecdd783684c Mon Sep 17 00:00:00 2001 From: DefiwayDev Date: Tue, 4 Mar 2025 17:08:04 +0000 Subject: [PATCH 1/2] add defiway wallet --- wallets-v2.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 7bdc954..9326dbe 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -351,5 +351,24 @@ } ], "platforms": ["ios", "android", "macos", "windows", "linux"] + }, + { + "app_name": "defiway", + "name": "Defiway", + "image": "https://fs.defiway.com/icons/tonconnect-icon.png", + "about_url": "https://wallet.defiway.com", + "universal_url": "https://wallet.defiway.com/ton-connect", + "deepLink": "defiway-tc://", + "bridge": [ + { + "type": "sse", + "url": "https://api.defiway.com/ton-connect" + }, + { + "type": "js", + "key": "defiway" + } + ], + "platforms": ["ios", "android", "chrome", "safari"] } ] From e60cafd32d76a3c4285b6ccbd7549aac202d5da2 Mon Sep 17 00:00:00 2001 From: DefiwayDev Date: Thu, 19 Jun 2025 11:43:16 +0300 Subject: [PATCH 2/2] remove defiway android support --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index 60c4f39..473a603 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -593,7 +593,7 @@ "key": "defiway" } ], - "platforms": ["ios", "android", "chrome", "safari"] + "platforms": ["ios", "chrome", "safari"] }, { "app_name": "tonkeeper-pro",