From 70e9d0968f33f452ea5e9bfa3cfa8d7b39d58ec3 Mon Sep 17 00:00:00 2001 From: web3luhao Date: Thu, 10 Oct 2024 17:59:20 +0800 Subject: [PATCH] feat: add FoxWallet ton wallet to the list --- wallets-v2.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 6dfdc50..f29cbc9 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -284,5 +284,21 @@ ], "platforms": ["ios", "android", "macos", "windows", "linux"], "universal_url": "https://app.binance.com/cedefi/ton-connect" + }, + { + "app_name": "foxwallet", + "name": "FoxWallet", + "image": "https://hc.foxwallet.com/img/logo.png", + "about_url": "https://foxwallet.com/", + "bridge": [ + { + "type": "js", + "key": "foxwallet" + } + ], + "platforms": [ + "ios", + "android" + ] } ]