mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 20:47:56 +00:00
feat: Add fullSyncByDefault to Pezkuwi chains and fix chain sorting
- Added fullSyncByDefault option to all Pezkuwi chains (mainnet, Asset Hub, People, Zagros) to enable automatic balance sync - Fixed chain sorting to include Polkadot and Kusama relay chains - Pezkuwi ecosystem now correctly appears first in network lists
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"governance-v2",
|
||||
"proxy",
|
||||
"multisig",
|
||||
"pushSupport"
|
||||
"pushSupport",
|
||||
"fullSyncByDefault"
|
||||
],
|
||||
"nodeSelectionStrategy": "roundRobin",
|
||||
"nodes": [
|
||||
@@ -64,7 +65,8 @@
|
||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"testnet"
|
||||
"testnet",
|
||||
"fullSyncByDefault"
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
@@ -100,7 +102,8 @@
|
||||
"swap-hub",
|
||||
"assethub-fees",
|
||||
"proxy",
|
||||
"multisig"
|
||||
"multisig",
|
||||
"fullSyncByDefault"
|
||||
],
|
||||
"nodeSelectionStrategy": "roundRobin",
|
||||
"nodes": [
|
||||
@@ -177,7 +180,8 @@
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"proxy",
|
||||
"multisig"
|
||||
"multisig",
|
||||
"fullSyncByDefault"
|
||||
],
|
||||
"nodeSelectionStrategy": "roundRobin",
|
||||
"nodes": [
|
||||
|
||||
Reference in New Issue
Block a user