mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 11:18:02 +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
28 lines
674 B
JSON
28 lines
674 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.n.dwellir.com",
|
|
"name": "Dwellir"
|
|
},
|
|
{
|
|
"url": "wss://westmint-rpc-tn.dwellir.com",
|
|
"name": "Dwellir Tunisia"
|
|
},
|
|
{
|
|
"url": "wss://westend-asset-hub-rpc.polkadot.io",
|
|
"name": "Parity"
|
|
}
|
|
],
|
|
"addressPrefix": 42
|
|
}
|