From aab68a5e578c40170fe859c57670f3b1e3e97704 Mon Sep 17 00:00:00 2001 From: mycactus Date: Wed, 16 Jul 2025 17:02:33 +0800 Subject: [PATCH] add mycactus wallet --- wallets-v2.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index 9e325cb..ec391d3 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -647,5 +647,31 @@ } ], "platforms": ["ios", "android"] + }, + { + "app_name": "cactuslink", + "name": "Cactus Link", + "image": "https://downloads.mycactus.com/288_cactus_link.png", + "about_url": "https://www.mycactus.com/defi-connector", + "bridge": [ + { + "type": "js", + "key": "cactuslink_ton" + } + ], + "platforms": ["chrome"], + "features": [ + { + "name": "SendTransaction", + "maxMessages": 255, + "extraCurrencySupported": false + }, + { + "name": "SignData", + "types": [ + "text", "binary" + ] + } + ] } -] \ No newline at end of file +]