mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 17:07: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
87 lines
2.1 KiB
JSON
87 lines
2.1 KiB
JSON
{
|
|
"chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e",
|
|
"name": "Westend (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "WND",
|
|
"precision": 12,
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg",
|
|
"staking": [
|
|
"relaychain",
|
|
"nomination-pools"
|
|
]
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://westend-rpc.dwellir.com",
|
|
"name": "Dwellir node"
|
|
},
|
|
{
|
|
"url": "wss://rpc.ibp.network/westend",
|
|
"name": "IBP1 node"
|
|
},
|
|
{
|
|
"url": "wss://westend.dotters.network",
|
|
"name": "IBP2 node"
|
|
},
|
|
{
|
|
"url": "wss://westend.public.curie.radiumblock.co/ws",
|
|
"name": "RadiumBlock node"
|
|
},
|
|
{
|
|
"url": "wss://westend.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
}
|
|
],
|
|
"explorers": [
|
|
{
|
|
"name": "Subscan",
|
|
"extrinsic": "https://westend.subscan.io/extrinsic/{hash}",
|
|
"account": "https://westend.subscan.io/account/{address}"
|
|
}
|
|
],
|
|
"addressPrefix": 42,
|
|
"externalApi": {
|
|
"staking": [
|
|
{
|
|
"type": "subquery",
|
|
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend"
|
|
}
|
|
],
|
|
"history": [
|
|
{
|
|
"type": "subquery",
|
|
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend"
|
|
}
|
|
],
|
|
"crowdloans": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json"
|
|
}
|
|
],
|
|
"governance": [
|
|
{
|
|
"type": "subsquare",
|
|
"url": "https://westend.subsquare.io/api"
|
|
}
|
|
]
|
|
},
|
|
"options": [
|
|
"testnet",
|
|
"crowdloans",
|
|
"governance",
|
|
"proxy"
|
|
],
|
|
"additional": {
|
|
"themeColor": "#1F78FF",
|
|
"stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama",
|
|
"stakingMaxElectingVoters": 22500,
|
|
"feeViaRuntimeCall": true,
|
|
"identityChain": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c",
|
|
"supportsGenericLedgerApp": true
|
|
}
|
|
}
|