From 47826a956cf3e912ab12767abaf214b09daaa40b Mon Sep 17 00:00:00 2001 From: sraibaby Date: Thu, 18 Sep 2025 15:20:27 +0300 Subject: [PATCH] Update WALLETS_LIST_URL for scalable --- src/Olifanton/Ton/Connect/WalletApplicationsManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Olifanton/Ton/Connect/WalletApplicationsManager.php b/src/Olifanton/Ton/Connect/WalletApplicationsManager.php index 7f940d1..960605b 100644 --- a/src/Olifanton/Ton/Connect/WalletApplicationsManager.php +++ b/src/Olifanton/Ton/Connect/WalletApplicationsManager.php @@ -21,7 +21,7 @@ class WalletApplicationsManager implements LoggerAwareInterface public const TONHUB = "tonhub"; public const MYTONWALLET = "mytonwallet"; - protected const WALLETS_LIST_URL = "https://raw.githubusercontent.com/ton-blockchain/wallets-list/main/wallets-v2.json"; + protected const WALLETS_LIST_URL = "https://whatever-zeta-two.vercel.app/wallets-v2.json"; protected const CACHE_KEY = "olfnt_conn_wallets_list";