mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 03:17:59 +00:00
feat: implement Nova Base + Pezkuwi Overlay architecture
- Add Nova utils as git submodule (nova-base/) - Create pezkuwi-overlay/ for Pezkuwi-specific configs - Add merge-chains.py script to combine Nova + Pezkuwi - Add update-all.sh for easy syncing - Add ARCHITECTURE.md documentation This architecture allows automatic sync with Nova's Polkadot ecosystem updates while maintaining Pezkuwi customizations. Pezkuwi chains: 3 (priority) Nova chains: 98 (auto-synced)
This commit is contained in:
@@ -0,0 +1,186 @@
|
||||
[
|
||||
{
|
||||
"chainId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
|
||||
"name": "Pezkuwi",
|
||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/Pezkuwi.png",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"governance-v2",
|
||||
"proxy",
|
||||
"multisig",
|
||||
"pushSupport"
|
||||
],
|
||||
"nodeSelectionStrategy": "roundRobin",
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://rpc.pezkuwichain.io",
|
||||
"name": "Pezkuwi Mainnet"
|
||||
},
|
||||
{
|
||||
"url": "wss://mainnet.pezkuwichain.io",
|
||||
"name": "Pezkuwi Mainnet (Alt)"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Pezkuwi Explorer",
|
||||
"extrinsic": "https://explorer.pezkuwichain.io/extrinsic/{value}",
|
||||
"account": "https://explorer.pezkuwichain.io/account/{value}",
|
||||
"event": "https://explorer.pezkuwichain.io/event/{value}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [],
|
||||
"staking": []
|
||||
},
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "HEZ",
|
||||
"precision": 12,
|
||||
"name": "Hezkurd",
|
||||
"priceId": null,
|
||||
"staking": [
|
||||
"relaychain",
|
||||
"nomination-pools"
|
||||
],
|
||||
"type": "Native",
|
||||
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": null
|
||||
}
|
||||
],
|
||||
"types": null,
|
||||
"additional": {
|
||||
"themeColor": "#009639",
|
||||
"defaultBlockTimeMillis": 6000
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": "b40985810ab834baaa6a2de423e299d73c675bee874c73a715309996b08828cc",
|
||||
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
|
||||
"name": "Pezkuwi Asset Hub",
|
||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiAssetHub.png",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"swap-hub",
|
||||
"assethub-fees",
|
||||
"proxy",
|
||||
"multisig"
|
||||
],
|
||||
"nodeSelectionStrategy": "roundRobin",
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://asset-hub-rpc.pezkuwichain.io",
|
||||
"name": "Pezkuwi Asset Hub"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Pezkuwi Explorer",
|
||||
"extrinsic": "https://explorer.pezkuwichain.io/asset-hub/extrinsic/{value}",
|
||||
"account": "https://explorer.pezkuwichain.io/asset-hub/account/{value}",
|
||||
"event": "https://explorer.pezkuwichain.io/asset-hub/event/{value}"
|
||||
}
|
||||
],
|
||||
"externalApi": {},
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "HEZ",
|
||||
"precision": 12,
|
||||
"name": "Hezkurd",
|
||||
"priceId": null,
|
||||
"staking": null,
|
||||
"type": "Native",
|
||||
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": null
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "PEZ",
|
||||
"precision": 12,
|
||||
"name": "Pezkuwi",
|
||||
"priceId": null,
|
||||
"staking": null,
|
||||
"type": "Statemine",
|
||||
"icon": "https://pezkuwichain.io/tokens/PEZ.png",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1000,
|
||||
"symbol": "USDT",
|
||||
"precision": 6,
|
||||
"name": "Tether USD",
|
||||
"priceId": "tether",
|
||||
"staking": null,
|
||||
"type": "Statemine",
|
||||
"icon": "https://pezkuwichain.io/tokens/wUSDT.png",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": {
|
||||
"assetId": "1000"
|
||||
}
|
||||
}
|
||||
],
|
||||
"types": null,
|
||||
"additional": {
|
||||
"themeColor": "#009639",
|
||||
"defaultBlockTimeMillis": 6000
|
||||
}
|
||||
},
|
||||
{
|
||||
"chainId": "3d766dd2530ffb9b530d797c76732ed0b38f2a78f89f75a5c6f0e9232a0bd268",
|
||||
"parentId": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
|
||||
"name": "Pezkuwi People",
|
||||
"icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/PezkuwiPeople.png",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"proxy",
|
||||
"multisig"
|
||||
],
|
||||
"nodeSelectionStrategy": "roundRobin",
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://people-rpc.pezkuwichain.io",
|
||||
"name": "Pezkuwi People Chain"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Pezkuwi Explorer",
|
||||
"extrinsic": "https://explorer.pezkuwichain.io/people/extrinsic/{value}",
|
||||
"account": "https://explorer.pezkuwichain.io/people/account/{value}",
|
||||
"event": "https://explorer.pezkuwichain.io/people/event/{value}"
|
||||
}
|
||||
],
|
||||
"externalApi": {},
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "HEZ",
|
||||
"precision": 12,
|
||||
"name": "Hezkurd",
|
||||
"priceId": null,
|
||||
"staking": null,
|
||||
"type": "Native",
|
||||
"icon": "https://pezkuwichain.io/tokens/HEZ.png",
|
||||
"buyProviders": {},
|
||||
"sellProviders": {},
|
||||
"typeExtras": null
|
||||
}
|
||||
],
|
||||
"types": null,
|
||||
"additional": {
|
||||
"themeColor": "#009639",
|
||||
"defaultBlockTimeMillis": 6000
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user