fix: complete Pezkuwi overlay + proper Nova merge

Pezkuwi overlay (B source):
- pezkuwi-chains.json: 4 chains (Relay, Zagros, Asset Hub, People)
- pezkuwi-xcm.json: full XCM config with networkDeliveryFee, networkBaseWeight
- pezkuwi-xcm-dynamic.json: dynamic XCM config

Merge script:
- Takes Nova as base (A source)
- Adds Pezkuwi entries to ALL XCM sections
- Pezkuwi chains appear first
- Nothing gets deleted

All chains have disabledCheckMetadataHash: true
This commit is contained in:
2026-02-09 06:56:35 +03:00
parent 5f6b6471f9
commit 39ca67dab8
85 changed files with 4252 additions and 161 deletions
+36 -1
View File
@@ -56,7 +56,42 @@
"additional": {
"themeColor": "#009639",
"defaultBlockTimeMillis": 6000,
"feeViaRuntimeCall": true
"feeViaRuntimeCall": true,
"disabledCheckMetadataHash": true
}
},
{
"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
}
},
{