From ffd35d0dafa22ae389a10f32db348bafee2cc237 Mon Sep 17 00:00:00 2001 From: William Richter Date: Thu, 15 May 2025 13:43:48 +0200 Subject: [PATCH] Add Fearless Wallet Signed-off-by: William Richter --- wallets-v2.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 9cdd1df..e1dc5bd 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -598,5 +598,23 @@ "extraCurrencySupported": true } ] + }, + { + "app_name": "Fearless", + "name": "Fearless", + "image": "https://raw.githubusercontent.com/soramitsu/shared-features-utils/master/icons/FW_icon_288.png", + "about_url": "https://fearlesswallet.io", + "universal_url": "https://fearlesswallet.io/ton-connect", + "bridge": [ + { + "type": "sse", + "url": "https://fearless-ton-bridge.odachi.soramitsu.co.jp/bridge" + }, + { + "type": "js", + "key": "Fearless" + } + ], + "platforms": ["ios", "android"] } ]