mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-23 10:38:00 +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
552 B
JSON
24 lines
552 B
JSON
{
|
|
"chainId": "66455a580aabff303720aa83adbe6c44502922251c03ba73686d5245da9e21bd",
|
|
"name": "Autonomys Mainnet",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "AI3",
|
|
"precision": 18,
|
|
"icon": "Default.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://rpc.mainnet.subspace.foundation/ws",
|
|
"name": "Foundation"
|
|
},
|
|
{
|
|
"url": "wss://rpc-0.mainnet.autonomys.xyz/ws",
|
|
"name": "Labs"
|
|
}
|
|
],
|
|
"addressPrefix": 6094
|
|
}
|