mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-23 03:37: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
24 lines
627 B
JSON
24 lines
627 B
JSON
{
|
|
"chainId": "77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f",
|
|
"name": "Paseo Testnet (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "PAS",
|
|
"precision": 10,
|
|
"icon": "PAS.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://rpc.ibp.network/paseo",
|
|
"name": "IBP-GeoDNS1"
|
|
},
|
|
{
|
|
"url": "wss://rpc.dotters.network/paseo",
|
|
"name": "IBP-GeoDNS2"
|
|
}
|
|
],
|
|
"addressPrefix": 0
|
|
}
|