mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 21:47:59 +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
533 B
JSON
24 lines
533 B
JSON
{
|
|
"chainId": "65c489fb7bfaf4a27f283faf694a64a8d7ae8fc0ed970fc4ebbf25d03095e4d0",
|
|
"name": "Niskala (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "KPGT",
|
|
"precision": 18,
|
|
"icon": "Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://mlg1.mandalachain.io",
|
|
"name": "Baliola 1"
|
|
},
|
|
{
|
|
"url": "wss://mlg2.mandalachain.io",
|
|
"name": "Baliola 2"
|
|
}
|
|
],
|
|
"addressPrefix": 6629
|
|
}
|