mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 05:38:01 +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
28 lines
708 B
JSON
28 lines
708 B
JSON
{
|
|
"chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527",
|
|
"name": "Moonbase Alpha (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "DEV",
|
|
"precision": 18,
|
|
"icon": "Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://wss.api.moonbase.moonbeam.network",
|
|
"name": "Moonbeam Foundation"
|
|
},
|
|
{
|
|
"url": "wss://moonbeam-alpha.api.onfinality.io/public-ws",
|
|
"name": "OnFinality"
|
|
},
|
|
{
|
|
"url": "wss://moonbase.public.curie.radiumblock.co/ws",
|
|
"name": "RadiumBlock"
|
|
}
|
|
],
|
|
"addressPrefix": 1287
|
|
}
|