mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-05-30 11:11:08 +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
427 B
JSON
20 lines
427 B
JSON
{
|
|
"chainId": "e600ea6d0dfa0987874bc539b4c471b9f7e5a3277e80989e47a6cc69bb944511",
|
|
"name": "Xcavate (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "XCAV",
|
|
"precision": 12,
|
|
"icon": "Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://rpc2-paseo.xcavate.io",
|
|
"name": "Xcavate"
|
|
}
|
|
],
|
|
"addressPrefix": 0
|
|
}
|