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
This commit is contained in:
2026-02-08 14:27:29 +03:00
parent 73a503d845
commit 09e4fb2c47
+2 -3
View File
@@ -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"
}
],