From 26df30e5c722f53bdb6e3eb64e6b7d1adb17fbb4 Mon Sep 17 00:00:00 2001 From: web3luhao Date: Wed, 11 Dec 2024 13:13:50 +0800 Subject: [PATCH 1/2] Add FoxWallet to list --- wallets-v2.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index dd97cff..b6f072b 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -322,5 +322,26 @@ } ], "platforms": ["chrome"] + }, + { + "app_name": "foxwallet", + "name": "FoxWallet", + "image": "https://hc.foxwallet.com/img/logo.png", + "about_url": "https://foxwallet.com/", + "universal_url": "https://link.foxwallet.com/tc", + "bridge": [ + { + "type": "js", + "key": "foxwallet" + }, + { + "type": "sse", + "url": "https://connect.foxwallet.com/ton/bridge/bridge" + } + ], + "platforms": [ + "ios", + "android" + ] } ] From d64d90d690078a0e23c3fa443752636366be86da Mon Sep 17 00:00:00 2001 From: web3luhao Date: Thu, 12 Dec 2024 13:18:56 +0800 Subject: [PATCH 2/2] fix url --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index b6f072b..a5556cc 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -336,7 +336,7 @@ }, { "type": "sse", - "url": "https://connect.foxwallet.com/ton/bridge/bridge" + "url": "https://connect.foxwallet.com/ton/bridge" } ], "platforms": [