mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 03:17:59 +00:00
Fix Pezkuwi staking configuration to match Polkadot pattern
Source changes (pezkuwi-overlay/chains/pezkuwi-chains.json): - Pezkuwi Relay Chain: Add stakingMaxElectingVoters: 22500 - Pezkuwi Asset Hub HEZ: Change staking from ["nomination-pools"] to ["relaychain"] - Pezkuwi Asset Hub: Add stakingMaxElectingVoters: 22500 This fixes the "Loading staking info" issue where findStakingTypeBackingNominationPools() was failing because nomination-pools had no backing staking type. Regenerated all chain versions via sync_from_nova.py
This commit is contained in:
+117
-29
@@ -2,13 +2,15 @@
|
|||||||
{
|
{
|
||||||
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
|
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
|
||||||
"name": "Pezkuwi",
|
"name": "Pezkuwi",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
"addressPrefix": 42,
|
"addressPrefix": 42,
|
||||||
"options": [
|
"options": [
|
||||||
|
"crowdloans",
|
||||||
"governance-v2",
|
"governance-v2",
|
||||||
"proxy",
|
"proxy",
|
||||||
"multisig",
|
"multisig",
|
||||||
"pushSupport"
|
"pushSupport",
|
||||||
|
"fullSyncByDefault"
|
||||||
],
|
],
|
||||||
"nodeSelectionStrategy": "roundRobin",
|
"nodeSelectionStrategy": "roundRobin",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
@@ -39,36 +41,71 @@
|
|||||||
"symbol": "HEZ",
|
"symbol": "HEZ",
|
||||||
"precision": 12,
|
"precision": 12,
|
||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": null,
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"relaychain",
|
"relaychain"
|
||||||
"nomination-pools"
|
|
||||||
],
|
],
|
||||||
"type": "Native",
|
"type": "native",
|
||||||
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
"buyProviders": {},
|
"buyProviders": {},
|
||||||
"sellProviders": {},
|
"sellProviders": {},
|
||||||
"typeExtras": null
|
"typeExtras": null
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"types": null,
|
|
||||||
"additional": {
|
"additional": {
|
||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
|
"feeViaRuntimeCall": true,
|
||||||
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"chainId": "96eb58af1bb7288115b5e4ff1590422533e749293f231974536dc6672417d06f",
|
||||||
|
"name": "Zagros Testnet",
|
||||||
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/Pezkuwi.png",
|
||||||
|
"addressPrefix": 42,
|
||||||
|
"options": [
|
||||||
|
"testnet"
|
||||||
|
],
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"url": "wss://zagros-rpc.pezkuwichain.io",
|
||||||
|
"name": "Zagros Node"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"assets": [
|
||||||
|
{
|
||||||
|
"assetId": 0,
|
||||||
|
"symbol": "HEZ",
|
||||||
|
"precision": 12,
|
||||||
|
"name": "Hezkurd",
|
||||||
|
"priceId": "hezkurd",
|
||||||
|
"staking": [
|
||||||
|
"relaychain"
|
||||||
|
],
|
||||||
|
"type": "native",
|
||||||
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"additional": {
|
||||||
|
"themeColor": "#009639",
|
||||||
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc",
|
"chainId": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
|
||||||
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
|
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
|
||||||
"name": "Pezkuwi Asset Hub",
|
"name": "Pezkuwi Asset Hub",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
|
||||||
"addressPrefix": 42,
|
"addressPrefix": 42,
|
||||||
"options": [
|
"options": [
|
||||||
"swap-hub",
|
"swap-hub",
|
||||||
"assethub-fees",
|
"assethub-fees",
|
||||||
"proxy",
|
"proxy",
|
||||||
"multisig"
|
"multisig",
|
||||||
|
"fullSyncByDefault"
|
||||||
],
|
],
|
||||||
"nodeSelectionStrategy": "roundRobin",
|
"nodeSelectionStrategy": "roundRobin",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
@@ -92,10 +129,12 @@
|
|||||||
"symbol": "HEZ",
|
"symbol": "HEZ",
|
||||||
"precision": 12,
|
"precision": 12,
|
||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": null,
|
"priceId": "hezkurd",
|
||||||
"staking": null,
|
"staking": [
|
||||||
"type": "Native",
|
"relaychain"
|
||||||
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
],
|
||||||
|
"type": "native",
|
||||||
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
"buyProviders": {},
|
"buyProviders": {},
|
||||||
"sellProviders": {},
|
"sellProviders": {},
|
||||||
"typeExtras": null
|
"typeExtras": null
|
||||||
@@ -105,10 +144,10 @@
|
|||||||
"symbol": "PEZ",
|
"symbol": "PEZ",
|
||||||
"precision": 12,
|
"precision": 12,
|
||||||
"name": "Pezkuwi",
|
"name": "Pezkuwi",
|
||||||
"priceId": null,
|
"priceId": "pezkuwi",
|
||||||
"staking": null,
|
"staking": null,
|
||||||
"type": "Statemine",
|
"type": "statemine",
|
||||||
"icon": "https://pezkuwichain.io/tokens/PEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/PEZ.png",
|
||||||
"buyProviders": {},
|
"buyProviders": {},
|
||||||
"sellProviders": {},
|
"sellProviders": {},
|
||||||
"typeExtras": {
|
"typeExtras": {
|
||||||
@@ -122,31 +161,80 @@
|
|||||||
"name": "Tether USD",
|
"name": "Tether USD",
|
||||||
"priceId": "tether",
|
"priceId": "tether",
|
||||||
"staking": null,
|
"staking": null,
|
||||||
"type": "Statemine",
|
"type": "statemine",
|
||||||
"icon": "https://pezkuwichain.io/tokens/wUSDT.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/wUSDT.png",
|
||||||
"buyProviders": {},
|
"buyProviders": {},
|
||||||
"sellProviders": {},
|
"sellProviders": {},
|
||||||
"typeExtras": {
|
"typeExtras": {
|
||||||
"assetId": "1000"
|
"assetId": "1000"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetId": 1001,
|
||||||
|
"symbol": "DOT",
|
||||||
|
"precision": 10,
|
||||||
|
"name": "Polkadot",
|
||||||
|
"priceId": "polkadot",
|
||||||
|
"staking": null,
|
||||||
|
"type": "statemine",
|
||||||
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/DOT.svg",
|
||||||
|
"buyProviders": {},
|
||||||
|
"sellProviders": {},
|
||||||
|
"typeExtras": {
|
||||||
|
"assetId": "1001"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetId": 1002,
|
||||||
|
"symbol": "ETH",
|
||||||
|
"precision": 18,
|
||||||
|
"name": "Ethereum",
|
||||||
|
"priceId": "ethereum",
|
||||||
|
"staking": null,
|
||||||
|
"type": "statemine",
|
||||||
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||||
|
"buyProviders": {},
|
||||||
|
"sellProviders": {},
|
||||||
|
"typeExtras": {
|
||||||
|
"assetId": "1002"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetId": 1003,
|
||||||
|
"symbol": "BTC",
|
||||||
|
"precision": 8,
|
||||||
|
"name": "Bitcoin",
|
||||||
|
"priceId": "bitcoin",
|
||||||
|
"staking": null,
|
||||||
|
"type": "statemine",
|
||||||
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/WBTC.svg",
|
||||||
|
"buyProviders": {},
|
||||||
|
"sellProviders": {},
|
||||||
|
"typeExtras": {
|
||||||
|
"assetId": "1003"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"types": null,
|
|
||||||
"additional": {
|
"additional": {
|
||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"disabledCheckMetadataHash": true
|
"feeViaRuntimeCall": true,
|
||||||
|
"disabledCheckMetadataHash": true,
|
||||||
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268",
|
"chainId": "58269e9c184f721e0309332d90cafc410df1519a5dc27a5fd9b3bf5fd2d129f8",
|
||||||
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
|
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
|
||||||
"name": "Pezkuwi People",
|
"name": "Pezkuwi People",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/chains/PezkuwiPeople.png",
|
||||||
"addressPrefix": 42,
|
"addressPrefix": 42,
|
||||||
"options": [
|
"options": [
|
||||||
"proxy",
|
"proxy",
|
||||||
"multisig"
|
"multisig",
|
||||||
|
"fullSyncByDefault"
|
||||||
],
|
],
|
||||||
"nodeSelectionStrategy": "roundRobin",
|
"nodeSelectionStrategy": "roundRobin",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
@@ -170,19 +258,19 @@
|
|||||||
"symbol": "HEZ",
|
"symbol": "HEZ",
|
||||||
"precision": 12,
|
"precision": 12,
|
||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": null,
|
"priceId": "hezkurd",
|
||||||
"staking": null,
|
"staking": null,
|
||||||
"type": "Native",
|
"type": "native",
|
||||||
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
"buyProviders": {},
|
"buyProviders": {},
|
||||||
"sellProviders": {},
|
"sellProviders": {},
|
||||||
"typeExtras": null
|
"typeExtras": null
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"types": null,
|
|
||||||
"additional": {
|
"additional": {
|
||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -56,7 +56,8 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true
|
"disabledCheckMetadataHash": true,
|
||||||
|
"stakingMaxElectingVoters": 22500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -130,7 +131,7 @@
|
|||||||
"name": "Hezkurd",
|
"name": "Hezkurd",
|
||||||
"priceId": "hezkurd",
|
"priceId": "hezkurd",
|
||||||
"staking": [
|
"staking": [
|
||||||
"nomination-pools"
|
"relaychain"
|
||||||
],
|
],
|
||||||
"type": "native",
|
"type": "native",
|
||||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/main/icons/tokens/HEZ.png",
|
||||||
@@ -220,6 +221,7 @@
|
|||||||
"feeViaRuntimeCall": true,
|
"feeViaRuntimeCall": true,
|
||||||
"disabledCheckMetadataHash": true,
|
"disabledCheckMetadataHash": true,
|
||||||
"relaychainAsNative": true,
|
"relaychainAsNative": true,
|
||||||
|
"stakingMaxElectingVoters": 22500,
|
||||||
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
"timelineChain": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user