mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-23 10:38: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
36 lines
857 B
JSON
36 lines
857 B
JSON
{
|
|
"chainId": "8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c",
|
|
"name": "Crust",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "CRU",
|
|
"precision": 12,
|
|
"icon": "CRU.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://rpc.crust.network",
|
|
"name": "Crust Network"
|
|
},
|
|
{
|
|
"url": "wss://rpc.crustnetwork.app",
|
|
"name": "Crust Network APP"
|
|
},
|
|
{
|
|
"url": "wss://rpc.crustnetwork.cc",
|
|
"name": "Crust Network CC"
|
|
},
|
|
{
|
|
"url": "wss://rpc.crustnetwork.xyz",
|
|
"name": "Crust Network XYZ"
|
|
},
|
|
{
|
|
"url": "wss://crust.api.onfinality.io/public-ws",
|
|
"name": "OnFinality"
|
|
}
|
|
],
|
|
"addressPrefix": 66
|
|
}
|