mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-23 05:57:58 +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
36 lines
913 B
JSON
36 lines
913 B
JSON
{
|
|
"chainId": "713daf193a6301583ff467be736da27ef0a72711b248927ba413f573d2b38e44",
|
|
"name": "Westend Collectives (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "WND",
|
|
"precision": 12,
|
|
"icon": "WND.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://collectives-westend-rpc.dwellir.com",
|
|
"name": "Dwellir"
|
|
},
|
|
{
|
|
"url": "wss://westend-collectives-rpc-tn.dwellir.com",
|
|
"name": "Dwellir Tunisia"
|
|
},
|
|
{
|
|
"url": "wss://sys.ibp.network/collectives-westend",
|
|
"name": "IBP1"
|
|
},
|
|
{
|
|
"url": "wss://collectives-westend.dotters.network",
|
|
"name": "IBP2"
|
|
},
|
|
{
|
|
"url": "wss://westend-collectives-rpc.polkadot.io",
|
|
"name": "Parity"
|
|
}
|
|
],
|
|
"addressPrefix": 42
|
|
}
|