mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-23 00:07: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
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"chainId": "25895f66e42429d148d5bdabcf6e16996f7b0d6c171e771e302c291ba94e13f2",
|
|
"name": "Watr Network (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "WATRD",
|
|
"precision": 18,
|
|
"icon": "Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://rpc.dev.watr.org",
|
|
"name": "Watr"
|
|
}
|
|
],
|
|
"addressPrefix": 19
|
|
}
|