mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 02:07:56 +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
616 B
JSON
28 lines
616 B
JSON
{
|
|
"chainId": "d17bc7f93d054d8aba31f24d5bb0ac462247c594e31beed479b1c04d2d0ba48f",
|
|
"name": "Xcavate",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "XCAV",
|
|
"precision": 12,
|
|
"icon": "Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://xcavate.ibp.network",
|
|
"name": "IBP1"
|
|
},
|
|
{
|
|
"url": "wss://xcavate.dotters.network",
|
|
"name": "IBP2"
|
|
},
|
|
{
|
|
"url": "wss://rpc1-polkadot.xcavate.io",
|
|
"name": "Xcavate"
|
|
}
|
|
],
|
|
"addressPrefix": 0
|
|
}
|