From 09e4fb2c47fb9704f51c2828ebc3bae8513086a4 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sun, 8 Feb 2026 14:27:29 +0300 Subject: [PATCH] Fix Zagros Testnet: update RPC URL and remove fullSyncByDefault - Changed RPC URL from testnet-rpc.pezkuwichain.io to zagros-rpc.pezkuwichain.io - Removed fullSyncByDefault option to prevent auto-connection on app startup --- chains/v22/android/chains.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/chains/v22/android/chains.json b/chains/v22/android/chains.json index 5730ec0..f62835b 100644 --- a/chains/v22/android/chains.json +++ b/chains/v22/android/chains.json @@ -66,12 +66,11 @@ "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png", "addressPrefix": 42, "options": [ - "testnet", - "fullSyncByDefault" + "testnet" ], "nodes": [ { - "url": "wss://testnet-rpc.pezkuwichain.io", + "url": "wss://zagros-rpc.pezkuwichain.io", "name": "Zagros Node" } ],