mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-23 04:47:57 +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
24 lines
553 B
JSON
24 lines
553 B
JSON
{
|
|
"chainId": "b2985e778bb748c70e450dcc084cc7da79fe742cc23d3b040abd7028187de69c",
|
|
"name": "Xode",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "XON",
|
|
"precision": 12,
|
|
"icon": "Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://polkadot-rpcnode.xode.net",
|
|
"name": "XodeCommunity"
|
|
},
|
|
{
|
|
"url": "wss://xode-polkadot-rpc-01.zeeve.net/y0yxg038wn1fncc/rpc",
|
|
"name": "Zeeve"
|
|
}
|
|
],
|
|
"addressPrefix": 280
|
|
}
|