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)); }