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
24 lines
548 B
JSON
24 lines
548 B
JSON
{
|
|
"chainId": "5f77ad733c957246dc5c149ca87319027155cd78554d1fa5f44d5140dddf2892",
|
|
"name": "Mandala Testnet (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "KPGT",
|
|
"precision": 18,
|
|
"icon": "Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://rpc1.paseo.mandalachain.io",
|
|
"name": "Autobot"
|
|
},
|
|
{
|
|
"url": "wss://rpc2.paseo.mandalachain.io",
|
|
"name": "Bumblebee"
|
|
}
|
|
],
|
|
"addressPrefix": 0
|
|
}
|