From 24bcc5784e66e70e9b33ea0a9c84f33aeb05fae7 Mon Sep 17 00:00:00 2001 From: Adam Stragner Date: Wed, 6 Aug 2025 13:12:30 +0400 Subject: [PATCH] Add Unistash --- wallets-v2.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 221618e..e880f13 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -733,5 +733,29 @@ "extraCurrencySupported": false } ] + }, + { + "app_name": "unistash", + "name": "Unistash", + "image": "https://raw.githubusercontent.com/unistash-io/resources/refs/heads/main/logotype-256.png", + "about_url": "https://unistash.io", + "bridge": [ + { + "type": "js", + "key": "unistash" + } + ], + "platforms": ["ios"], + "features": [ + { + "name": "SendTransaction", + "maxMessages": 4, + "extraCurrencySupported": false + }, + { + "name": "SignData", + "types": ["text", "binary", "cell"] + } + ] } ]