mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-23 10:38:00 +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
433 B
JSON
20 lines
433 B
JSON
{
|
|
"chainId": "d9b288f9083f852f2729af58476b82b04bc9ed7e07d705614a843c93460974b2",
|
|
"name": "Phala PoC-6 (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "PHA",
|
|
"precision": 12,
|
|
"icon": "PHA.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://poc6.phala.network/ws",
|
|
"name": "Phala Network"
|
|
}
|
|
],
|
|
"addressPrefix": 30
|
|
}
|