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
32 lines
779 B
JSON
32 lines
779 B
JSON
{
|
|
"chainId": "c87870ef90a438d574b8e320f17db372c50f62beb52e479c8ff6ee5b460670b9",
|
|
"name": "OPAL by UNIQUE (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "OPL",
|
|
"precision": 18,
|
|
"icon": "Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://ws-opal.unique.network",
|
|
"name": "Geo Load Balancer"
|
|
},
|
|
{
|
|
"url": "wss://us-ws-opal.unique.network",
|
|
"name": "Unique America"
|
|
},
|
|
{
|
|
"url": "wss://asia-ws-opal.unique.network",
|
|
"name": "Unique Asia"
|
|
},
|
|
{
|
|
"url": "wss://eu-ws-opal.unique.network",
|
|
"name": "Unique Europe"
|
|
}
|
|
],
|
|
"addressPrefix": 42
|
|
}
|