mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 04:28:02 +00:00
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:
@@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user