From dbc7874c23b4994b3343e1c8d5985f3875fa7de8 Mon Sep 17 00:00:00 2001 From: HD Ton Developer Date: Tue, 20 Aug 2024 19:58:41 +0700 Subject: [PATCH] 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 +]