From 8bf12662f8c5ab24c005838ee7e75ab148b6ed04 Mon Sep 17 00:00:00 2001 From: Vladislav Koshkin <109305528+Jumpykot@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:35:18 +0300 Subject: [PATCH] Add wallet: BLITZ wallet --- wallets-v2.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index 0d86ef6..2beead5 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -1160,5 +1160,32 @@ ] } ] + }, + { + "app_name":"blitzwallet", + "name":"BLITZ wallet", + "image":"https://blitzwallet.cfd/wallet/public/logo.png", + "about_url":"https://blitzwallet.cfd", + "universal_url":"https://t.me/blitz_wallet_bot?attach=wallet", + "bridge":[ + { + "type":"sse", + "url":"https://blitzwallet.cfd/bridge/" + } + ], + "platforms":[ + "macos", + "linux", + "ios", + "android", + "windows" + ], + "features":[ + { + "name":"SendTransaction", + "maxMessages":4, + "extraCurrencySupported":false + } + ] } -] +] \ No newline at end of file