mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-23 09:28:00 +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
20 lines
428 B
JSON
20 lines
428 B
JSON
{
|
|
"chainId": "bc6eb9753e2417476601485f9f8ef8474701ec199d456f989bd397682c9425c5",
|
|
"name": "commune",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "C",
|
|
"precision": 9,
|
|
"icon": "Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://commune-api-node-1.communeai.net",
|
|
"name": "Bitconnect"
|
|
}
|
|
],
|
|
"addressPrefix": 42
|
|
}
|