mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-23 05:57:58 +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
36 lines
906 B
JSON
36 lines
906 B
JSON
{
|
|
"chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527",
|
|
"name": "Moonbase Alpha (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "DEV",
|
|
"precision": 18,
|
|
"icon": "Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://moonbase-alpha.public.blastapi.io",
|
|
"name": "Blast"
|
|
},
|
|
{
|
|
"url": "wss://moonbase-rpc.n.dwellir.com",
|
|
"name": "Dwellir"
|
|
},
|
|
{
|
|
"url": "wss://wss.api.moonbase.moonbeam.network",
|
|
"name": "Moonbeam Foundation"
|
|
},
|
|
{
|
|
"url": "wss://moonbase.public.curie.radiumblock.co/ws",
|
|
"name": "RadiumBlock"
|
|
},
|
|
{
|
|
"url": "wss://moonbase.unitedbloc.com",
|
|
"name": "UnitedBloc"
|
|
}
|
|
],
|
|
"addressPrefix": 1287
|
|
}
|