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
24 lines
512 B
JSON
24 lines
512 B
JSON
{
|
|
"chainId": "8c24aac175a803c999b25e1cdd89fefcf2ce6af24e27aa9b773463a7fa88c385",
|
|
"name": "5ireChain Mainnet",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "5IRE",
|
|
"precision": 18,
|
|
"priceId": "5ire",
|
|
"icon": "Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://rpc.5ire.network",
|
|
"name": "5ire Mainnet Node"
|
|
}
|
|
],
|
|
"addressPrefix": 42,
|
|
"options": [
|
|
"ethereumBased"
|
|
]
|
|
}
|