From dbc7874c23b4994b3343e1c8d5985f3875fa7de8 Mon Sep 17 00:00:00 2001 From: HD Ton Developer Date: Tue, 20 Aug 2024 19:58:41 +0700 Subject: [PATCH 1/2] Add HD Ton wallet --- wallets-v2.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index c67ac1e..e390ed1 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -247,5 +247,23 @@ } ], "platforms": ["ios", "android"] + }, + { + "app_name": "hdton", + "name": "HdTon", + "image": "https://hddefi.com/logo.png", + "about_url": "https://hddefi.com", + "universal_url": "https://hddefi.com", + "bridge": [ + { + "type": "sse", + "url": "https://bridge.tonapi.io/bridge" + }, + { + "type": "js", + "key": "hdton" + } + ], + "platforms": ["ios", "android"] } -] \ No newline at end of file +] From 0f57ceffcf05d7f2883b7fda24ce5dedf72aa0fe Mon Sep 17 00:00:00 2001 From: HD Ton Developer Date: Wed, 4 Sep 2024 08:48:46 +0700 Subject: [PATCH 2/2] Add ios platform --- wallets-v2.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/wallets-v2.json b/wallets-v2.json index e390ed1..2fa802f 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -255,15 +255,11 @@ "about_url": "https://hddefi.com", "universal_url": "https://hddefi.com", "bridge": [ - { - "type": "sse", - "url": "https://bridge.tonapi.io/bridge" - }, { "type": "js", "key": "hdton" } ], - "platforms": ["ios", "android"] + "platforms": ["android", "ios"] } -] +] \ No newline at end of file