mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-21 23:48:06 +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
836 lines
28 KiB
JSON
836 lines
28 KiB
JSON
[
|
|
{
|
|
"chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
|
"name": "Polkadot",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "DOT",
|
|
"precision": 10,
|
|
"priceId": "polkadot",
|
|
"staking": "relaychain"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://rpc.polkadot.io",
|
|
"name": "Parity node"
|
|
},
|
|
{
|
|
"url": "wss://polkadot.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
},
|
|
{
|
|
"url": "wss://pub.elara.patract.io/polkadot",
|
|
"name": "Patract node"
|
|
}
|
|
],
|
|
"explorers": [
|
|
{
|
|
"name": "Subscan",
|
|
"extrinsic": "https://polkadot.subscan.io/extrinsic/{hash}",
|
|
"account": "https://polkadot.subscan.io/account/{address}",
|
|
"event": null
|
|
},
|
|
{
|
|
"name": "Polkascan",
|
|
"extrinsic": "https://polkascan.io/polkadot/extrinsic/{hash}",
|
|
"account": "https://polkascan.io/polkadot/account/{address}",
|
|
"event": "https://polkascan.io/polkadot/event/{event}"
|
|
}
|
|
],
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg",
|
|
"addressPrefix": 0,
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/polkadot.json",
|
|
"overridesCommon": true
|
|
},
|
|
"externalApi": {
|
|
"staking": {
|
|
"type": "subquery",
|
|
"url": "https://api.subquery.network/sq/nova-wallet/nova-polkadot"
|
|
},
|
|
"history": {
|
|
"type": "subquery",
|
|
"url": "https://api.subquery.network/sq/nova-wallet/nova-polkadot"
|
|
},
|
|
"crowdloans": {
|
|
"type": "github",
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkadot-dev.json"
|
|
}
|
|
},
|
|
"options": [
|
|
"crowdloans"
|
|
]
|
|
},
|
|
{
|
|
"chainId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
|
"name": "Kusama",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "KSM",
|
|
"precision": 12,
|
|
"priceId": "kusama",
|
|
"staking": "relaychain"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://kusama-rpc.polkadot.io",
|
|
"name": "Parity node"
|
|
},
|
|
{
|
|
"url": "wss://kusama.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
},
|
|
{
|
|
"url": "wss://pub.elara.patract.io/kusama",
|
|
"name": "Patract node"
|
|
}
|
|
],
|
|
"explorers": [
|
|
{
|
|
"name": "Subscan",
|
|
"extrinsic": "https://kusama.subscan.io/extrinsic/{hash}",
|
|
"account": "https://kusama.subscan.io/account/{address}",
|
|
"event": null
|
|
},
|
|
{
|
|
"name": "Polkascan",
|
|
"extrinsic": "https://polkascan.io/kusama/extrinsic/{hash}",
|
|
"account": "https://polkascan.io/kusama/account/{address}",
|
|
"event": "https://polkascan.io/kusama/event/{event}"
|
|
},
|
|
{
|
|
"name": "Sub.id",
|
|
"account": "https://sub.id/#/{address}"
|
|
}
|
|
],
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg",
|
|
"addressPrefix": 2,
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/kusama.json",
|
|
"overridesCommon": true
|
|
},
|
|
"externalApi": {
|
|
"staking": {
|
|
"type": "subquery",
|
|
"url": "https://api.subquery.network/sq/nova-wallet/nova-kusama"
|
|
},
|
|
"history": {
|
|
"type": "subquery",
|
|
"url": "https://api.subquery.network/sq/nova-wallet/nova-kusama"
|
|
},
|
|
"crowdloans": {
|
|
"type": "github",
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/kusama.json"
|
|
}
|
|
},
|
|
"options": [
|
|
"crowdloans"
|
|
]
|
|
},
|
|
{
|
|
"chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e",
|
|
"name": "Westend",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "WND",
|
|
"precision": 12,
|
|
"staking": "relaychain"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://westend-rpc.polkadot.io",
|
|
"name": "Parity node"
|
|
},
|
|
{
|
|
"url": "wss://westend.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
},
|
|
{
|
|
"url": "wss://pub.elara.patract.io/westend",
|
|
"name": "Patract node"
|
|
},
|
|
{
|
|
"url": "wss://rpc.pinknode.io/westend/explorer",
|
|
"name": "Pinknode node"
|
|
}
|
|
],
|
|
"explorers": [
|
|
{
|
|
"name": "Subscan",
|
|
"extrinsic": "https://westend.subscan.io/extrinsic/{hash}",
|
|
"account": "https://westend.subscan.io/account/{address}",
|
|
"event": null
|
|
}
|
|
],
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Westend.svg",
|
|
"addressPrefix": 42,
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/westend.json",
|
|
"overridesCommon": true
|
|
},
|
|
"externalApi": {
|
|
"staking": {
|
|
"type": "subquery",
|
|
"url": "https://api.subquery.network/sq/nova-wallet/nova-westend"
|
|
},
|
|
"history": {
|
|
"type": "subquery",
|
|
"url": "https://api.subquery.network/sq/nova-wallet/nova-westend"
|
|
},
|
|
"crowdloans": {
|
|
"type": "github",
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json"
|
|
}
|
|
},
|
|
"options": [
|
|
"testnet",
|
|
"crowdloans"
|
|
]
|
|
},
|
|
{
|
|
"chainId": "a84b46a3e602245284bb9a72c4abd58ee979aa7a5d7f8c4dfdddfaaf0665a4ae",
|
|
"name": "Rococo (Acala)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "ADEV",
|
|
"precision": 10
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://karura-test-node.laminar.codes/polkadot",
|
|
"name": "Laminar Test Node"
|
|
}
|
|
],
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Rococo.svg",
|
|
"addressPrefix": 42,
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/polkadot.json",
|
|
"overridesCommon": true
|
|
},
|
|
"externalApi": {
|
|
"crowdloans": {
|
|
"type": "github",
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/rococo.json"
|
|
}
|
|
},
|
|
"options": [
|
|
"testnet",
|
|
"crowdloans"
|
|
]
|
|
},
|
|
{
|
|
"chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a",
|
|
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
|
"name": "Statemine",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "KSM",
|
|
"precision": 12,
|
|
"priceId": "kusama"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://kusama-statemine-rpc.paritytech.net",
|
|
"name": "Parity node"
|
|
},
|
|
{
|
|
"url": "wss://statemine.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
},
|
|
{
|
|
"url": "wss://pub.elara.patract.io/statemine",
|
|
"name": "Patract node"
|
|
}
|
|
],
|
|
"explorers": [
|
|
{
|
|
"name": "Subscan",
|
|
"extrinsic": "https://statemine.subscan.io/extrinsic/{hash}",
|
|
"account": "https://statemine.subscan.io/account/{address}",
|
|
"event": null
|
|
}
|
|
],
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/statemine.json",
|
|
"overridesCommon": true
|
|
},
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Statemine-Statemint.svg",
|
|
"addressPrefix": 2
|
|
},
|
|
{
|
|
"chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b",
|
|
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
|
"name": "Karura",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "KAR",
|
|
"precision": 12,
|
|
"priceId": "karura"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://karura-rpc-0.aca-api.network",
|
|
"name": "Acala Foundation node 0"
|
|
},
|
|
{
|
|
"url": "wss://karura.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
},
|
|
{
|
|
"url": "wss://karura-rpc-1.aca-api.network",
|
|
"name": "Acala Foundation node 1"
|
|
},
|
|
{
|
|
"url": "wss://karura-rpc-2.aca-api.network/ws",
|
|
"name": "Acala Foundation node 2"
|
|
},
|
|
{
|
|
"url": "wss://karura-rpc-3.aca-api.network/ws",
|
|
"name": "Acala Foundation node 3"
|
|
},
|
|
{
|
|
"url": "wss://pub.elara.patract.io/karura",
|
|
"name": "Patract node"
|
|
}
|
|
],
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/karura.json",
|
|
"overridesCommon": true
|
|
},
|
|
"explorers": [
|
|
{
|
|
"name": "Subscan",
|
|
"extrinsic": "https://karura.subscan.io/extrinsic/{hash}",
|
|
"account": "https://karura.subscan.io/account/{address}",
|
|
"event": null
|
|
}
|
|
],
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Karura.svg",
|
|
"addressPrefix": 8
|
|
},
|
|
{
|
|
"chainId": "fe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d",
|
|
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
|
"name": "Moonbeam",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "GLMR",
|
|
"precision": 18,
|
|
"priceId": "moonbeam"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://todo.putmoonriver.here",
|
|
"name": "Moonbeam Fake node"
|
|
}
|
|
],
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/moonriver.json",
|
|
"overridesCommon": false
|
|
},
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonbeam.svg",
|
|
"addressPrefix": 1284,
|
|
"options": [
|
|
"ethereumBased"
|
|
]
|
|
},
|
|
{
|
|
"chainId": "401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b",
|
|
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
|
"name": "Moonriver",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "MOVR",
|
|
"precision": 18,
|
|
"priceId": "moonriver"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://wss.moonriver.moonbeam.network",
|
|
"name": "PureStake node"
|
|
},
|
|
{
|
|
"url": "wss://moonriver.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
},
|
|
{
|
|
"url": "wss://pub.elara.patract.io/moonriver",
|
|
"name": "Patract node"
|
|
},
|
|
{
|
|
"url": "wss://rpc.pinknode.io/moonriver/explorer",
|
|
"name": "Pinknode node"
|
|
}
|
|
],
|
|
"explorers": [
|
|
{
|
|
"name": "Subscan",
|
|
"extrinsic": "https://moonriver.subscan.io/extrinsic/{hash}",
|
|
"account": "https://moonriver.subscan.io/account/{address}",
|
|
"event": null
|
|
}
|
|
],
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/moonriver.json",
|
|
"overridesCommon": false
|
|
},
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg",
|
|
"addressPrefix": 1285,
|
|
"options": [
|
|
"ethereumBased"
|
|
]
|
|
},
|
|
{
|
|
"chainId": "91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527",
|
|
"name": "Moonbase Alpha",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "UNIT",
|
|
"precision": 18
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://rpc.pinknode.io/alphanet/explorer",
|
|
"name": "Pinknode"
|
|
},
|
|
{
|
|
"url": "wss://moonbeam-alpha.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
},
|
|
{
|
|
"url": "wss://wss.testnet.moonbeam.network",
|
|
"name": "Moonbeam Network node"
|
|
}
|
|
],
|
|
"explorers": [
|
|
{
|
|
"name": "Subscan",
|
|
"extrinsic": "https://moonbase.subscan.io/extrinsic/{hash}",
|
|
"account": "https://moonbase.subscan.io/account/{address}",
|
|
"event": null
|
|
}
|
|
],
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/moonbase.json",
|
|
"overridesCommon": true
|
|
},
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg",
|
|
"addressPrefix": 1287,
|
|
"options": [
|
|
"ethereumBased",
|
|
"testnet"
|
|
]
|
|
},
|
|
{
|
|
"chainId": "eb378889b09d38c320918980997bdc579f430fbb0308f6eafde900b1c027627b",
|
|
"name": "Polkatrain",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "MDEV",
|
|
"precision": 10
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://wss.polkatrain.moonbeam.network",
|
|
"name": "Polkatrain node"
|
|
}
|
|
],
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/polkatrain.json",
|
|
"overridesCommon": true
|
|
},
|
|
"externalApi": {
|
|
"crowdloans": {
|
|
"type": "github",
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/polkatrain.json"
|
|
}
|
|
},
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Moonriver.svg",
|
|
"addressPrefix": 0,
|
|
"options": [
|
|
"crowdloans",
|
|
"testnet"
|
|
]
|
|
},
|
|
{
|
|
"chainId": "f1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108",
|
|
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
|
"name": "Shiden",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "SDN",
|
|
"precision": 18,
|
|
"priceId": "shiden"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://rpc.shiden.astar.network",
|
|
"name": "StakeTechnologies node"
|
|
},
|
|
{
|
|
"url": "wss://shiden.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
},
|
|
{
|
|
"url": "wss://rpc.pinknode.io/shiden/explorer",
|
|
"name": "Pinknode node"
|
|
}
|
|
],
|
|
"explorers": [
|
|
{
|
|
"name": "Subscan",
|
|
"extrinsic": "https://shiden.subscan.io/extrinsic/{hash}",
|
|
"account": "https://shiden.subscan.io/account/{address}",
|
|
"event": null
|
|
}
|
|
],
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg",
|
|
"addressPrefix": 5
|
|
},
|
|
{
|
|
"chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed",
|
|
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
|
"name": "Bifrost",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "BNC",
|
|
"priceId": "bifrost-native-coin",
|
|
"precision": 12
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://bifrost-rpc.liebi.com/ws",
|
|
"name": "Liebi node"
|
|
},
|
|
{
|
|
"url": "wss://bifrost-parachain.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
},
|
|
{
|
|
"url": "wss://pub.elara.patract.io/bifrost",
|
|
"name": "Patract node"
|
|
}
|
|
],
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/bifrost.json",
|
|
"overridesCommon": true
|
|
},
|
|
"explorers": [
|
|
{
|
|
"name": "Subscan",
|
|
"extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}",
|
|
"account": "https://bifrost.subscan.io/account/{address}",
|
|
"event": null
|
|
}
|
|
],
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg",
|
|
"addressPrefix": 6
|
|
},
|
|
{
|
|
"chainId": "0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8",
|
|
"name": "Subsocial",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "SUB",
|
|
"precision": 11
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://rpc.subsocial.network",
|
|
"name": "DappForce"
|
|
},
|
|
{
|
|
"url": "wss://subsocial.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
}
|
|
],
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/subsocial.json",
|
|
"overridesCommon": false
|
|
},
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Subsocial.svg",
|
|
"addressPrefix": 28
|
|
},
|
|
{
|
|
"chainId": "9d3ea49f13d993d093f209c42f97a6b723b84d3b9aa8461be9bb19ee13e7b4fd",
|
|
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
|
"name": "Parallel Heiko",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "HKO",
|
|
"precision": 12
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://heiko-rpc.parallel.fi",
|
|
"name": "Parallel"
|
|
},
|
|
{
|
|
"url": "wss://parallel-heiko.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
}
|
|
],
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/parallel.json",
|
|
"overridesCommon": true
|
|
},
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Parallel-Heiko.svg",
|
|
"addressPrefix": 110
|
|
},
|
|
{
|
|
"chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b",
|
|
"name": "Edgeware",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "EDG",
|
|
"precision": 18,
|
|
"priceId": "edgeware"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://mainnet.edgewa.re",
|
|
"name": "Commonwealth Labs"
|
|
},
|
|
{
|
|
"url": "wss://edgeware.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
}
|
|
],
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/edgeware.json",
|
|
"overridesCommon": false
|
|
},
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg",
|
|
"addressPrefix": 7
|
|
},
|
|
{
|
|
"chainId": "8bf43860c54d5520fd0ec7afa15c2912a1d3b0e4cf132a5838a83b171dad4c70",
|
|
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
|
"name": "Basilisk",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "BSX",
|
|
"precision": 12
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://rpc-01.basilisk.hydradx.io",
|
|
"name": "Hydradx"
|
|
},
|
|
{
|
|
"url": "wss://basilisk.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
}
|
|
],
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Basilisk.svg",
|
|
"addressPrefix": 42
|
|
},
|
|
{
|
|
"chainId": "4d812836a05a7ea37767325acadff956ce472474dd44dd2e7f15d16fbfc68cdb",
|
|
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
|
"name": "Altair",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "AIR",
|
|
"precision": 18
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://fullnode.altair.centrifuge.io",
|
|
"name": "Centrifuge"
|
|
},
|
|
{
|
|
"url": "wss://altair.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
}
|
|
],
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/altair.json",
|
|
"overridesCommon": true
|
|
},
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Altair.svg",
|
|
"addressPrefix": 136
|
|
},
|
|
{
|
|
"chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d",
|
|
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
|
"name": "Khala",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "PHA",
|
|
"precision": 12,
|
|
"priceId": "pha"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://khala-api.phala.network/ws",
|
|
"name": "Phala node"
|
|
},
|
|
{
|
|
"url": "wss://khala.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
}
|
|
],
|
|
"explorers": [
|
|
{
|
|
"name": "Subscan",
|
|
"extrinsic": "https://khala.subscan.io/extrinsic/{hash}",
|
|
"account": "https://khala.subscan.io/account/{address}",
|
|
"event": null
|
|
}
|
|
],
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Khala.svg",
|
|
"addressPrefix": 30
|
|
},
|
|
{
|
|
"chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21",
|
|
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
|
"name": "KILT Spiritnet",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "KILT",
|
|
"precision": 15
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://spiritnet.kilt.io/",
|
|
"name": "KILT Protocol node"
|
|
},
|
|
{
|
|
"url": "wss://spiritnet.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
}
|
|
],
|
|
"explorers": [
|
|
{
|
|
"name": "Subscan",
|
|
"extrinsic": "https://spiritnet.subscan.io/extrinsic/{hash}",
|
|
"account": "https://spiritnet.subscan.io/account/{address}",
|
|
"event": null
|
|
}
|
|
],
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/kilt.json",
|
|
"overridesCommon": true
|
|
},
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg",
|
|
"addressPrefix": 38
|
|
},
|
|
{
|
|
"chainId": "f25c85c4ffc4863b599a443e5301f7f4120c9a21042d35942b9e844346060db1",
|
|
"name": "KILT Peregrine",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "PILT",
|
|
"precision": 15
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://kilt-peregrine-k8s.kilt.io",
|
|
"name": "PILT Node"
|
|
}
|
|
],
|
|
"explorers": [
|
|
{
|
|
"name": "Subscan",
|
|
"extrinsic": "https://kilt-testnet.subscan.io/extrinsic/{hash}",
|
|
"account": "https://kilt-testnet.subscan.io/account/{address}",
|
|
"event": null
|
|
}
|
|
],
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/kilt.json",
|
|
"overridesCommon": true
|
|
},
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg",
|
|
"addressPrefix": 38,
|
|
"options": [
|
|
"testnet"
|
|
]
|
|
},
|
|
{
|
|
"chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1",
|
|
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
|
"name": "Calamari",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "KMA",
|
|
"precision": 12
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://falafel.calamari.systems/",
|
|
"name": "Manta Network node 0"
|
|
},
|
|
{
|
|
"url": "wss://calamari.api.onfinality.io/public-ws",
|
|
"name": "OnFinality node"
|
|
},
|
|
{
|
|
"url": "wss://fritti.calamari.systems/",
|
|
"name": "Manta Network node 1"
|
|
},
|
|
{
|
|
"url": "wss://smoothie.calamari.systems/",
|
|
"name": "Manta Network node 2"
|
|
}
|
|
],
|
|
"explorers": [
|
|
{
|
|
"name": "Subscan",
|
|
"extrinsic": "https://calamari.subscan.io/extrinsic/{hash}",
|
|
"account": "https://calamari.subscan.io/account/{address}",
|
|
"event": null
|
|
}
|
|
],
|
|
"types": {
|
|
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/calamari.json",
|
|
"overridesCommon": true
|
|
},
|
|
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg",
|
|
"addressPrefix": 78
|
|
}
|
|
]
|