mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-23 00:07:57 +00:00
46297339b1
- Chain configurations for Polkadot, Kusama and all major parachains - Pezkuwichain ecosystem (Relay Chain, Asset Hub, People Chain) - Staking metadata and validator lists - DApp configurations - XCM cross-chain messaging configs - Governance dApp listings - Promotional banners - Chain migration configurations - Asset metadata and icons Based on Nova Utils with Pezkuwichain extensions
40 lines
1017 B
JSON
40 lines
1017 B
JSON
{
|
|
"chainId": "67f9723393ef76214df0118c34bbbd3dbebc8ed46a10973a8c969d48fe7598c9",
|
|
"name": "Westend Asset Hub (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "WND",
|
|
"precision": 12,
|
|
"icon": "WND.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://asset-hub-westend-rpc.dwellir.com",
|
|
"name": "Dwellir"
|
|
},
|
|
{
|
|
"url": "wss://westmint-rpc-tn.dwellir.com",
|
|
"name": "Dwellir Tunisia"
|
|
},
|
|
{
|
|
"url": "wss://sys.ibp.network/asset-hub-westend",
|
|
"name": "IBP1"
|
|
},
|
|
{
|
|
"url": "wss://asset-hub-westend.dotters.network",
|
|
"name": "IBP2"
|
|
},
|
|
{
|
|
"url": "wss://westend-asset-hub-rpc.polkadot.io",
|
|
"name": "Parity"
|
|
},
|
|
{
|
|
"url": "wss://asset-hub-westend.rpc.permanence.io",
|
|
"name": "Permanence DAO EU"
|
|
}
|
|
],
|
|
"addressPrefix": 42
|
|
}
|