From c8fc6be4c9ca5a2041897a17624c2e9ed94d412a Mon Sep 17 00:00:00 2001 From: sraibaby Date: Thu, 18 Sep 2025 15:57:38 +0300 Subject: [PATCH] Update Wallets URL --- Assets/TonConnect/Scripts/Other/UIManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/TonConnect/Scripts/Other/UIManager.cs b/Assets/TonConnect/Scripts/Other/UIManager.cs index cb8b8fb..fde8839 100644 --- a/Assets/TonConnect/Scripts/Other/UIManager.cs +++ b/Assets/TonConnect/Scripts/Other/UIManager.cs @@ -271,7 +271,7 @@ public void ShowConnectModal() document.rootVisualElement.Q("Button_Close").UnregisterCallback(CloseConnectModal); document.rootVisualElement.Q("Button_Close").RegisterCallback(CloseConnectModal); - StartCoroutine(tonConnectHandler.LoadWallets("https://raw.githubusercontent.com/ton-blockchain/wallets-list/main/wallets-v2.json", LoadWalletsCallback)); + StartCoroutine(tonConnectHandler.LoadWallets("https://whatever-zeta-two.vercel.app/wallets-v2.json", LoadWalletsCallback)); }