mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-07-09 12:57:30 +00:00
Extend chain blacklist with 27 more confirmed-dead RPC endpoints
Follow-up to the previous stale-blacklist fix: with that fix live, Android's balances_test.yml CI job progressed much further but still hung for the full 25-minute job timeout. Live logcat + a full-log retry analysis (grouping by host, comparing first/last timestamp against the ~23 minute test window) showed 27 more chains whose nodes were retried continuously for the ENTIRE run duration with zero successful connections - as opposed to the ~90 other chains, which connect once (or retry once or twice in the first ~2 minutes) and then go quiet, i.e. genuinely healthy. Every one of these 27 is a real, currently-dead third-party RPC (Kusama Asset Hub, KILT, Crust Shadow, Phala, Mangata X, Joystream, Mythos, Base, and 19 others) - not anything related to Tron or this session's other changes. Each was matched to its current chain_id by node URL against live chains.json, not guessed. sync_from_nova.py's new stale-blacklist warning confirms all 33 entries (6 previous + 27 new) now match something in Nova's current chain data - zero silently-ineffective entries this time. This is inherently a moving target (third-party community RPC uptime changes over time) - the warning added in the previous commit is what makes that maintainable going forward instead of silently rotting for another five months.
This commit is contained in:
@@ -625,133 +625,6 @@
|
||||
"crowdloans"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Statemine",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "KSM",
|
||||
"precision": 12,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg",
|
||||
"priceId": "kusama"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "RMRK",
|
||||
"precision": 10,
|
||||
"priceId": "rmrk",
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 2,
|
||||
"symbol": "CHAOS",
|
||||
"precision": 10,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "69420"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 3,
|
||||
"symbol": "CHRWNA",
|
||||
"precision": 10,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "567"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 4,
|
||||
"symbol": "SHIBATALES",
|
||||
"precision": 0,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "88888"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 5,
|
||||
"symbol": "BILLCOIN",
|
||||
"precision": 8,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "223"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 7,
|
||||
"symbol": "USDT",
|
||||
"precision": 6,
|
||||
"priceId": "tether",
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1984"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://statemine.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
},
|
||||
{
|
||||
"url": "wss://statemine-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://statemine-rpc.polkadot.io",
|
||||
"name": "Parity node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://statemine.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://statemine.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Statescan",
|
||||
"extrinsic": "https://statemine.statescan.io/extrinsic/{hash}",
|
||||
"account": "https://statemine.statescan.io/account/{address}",
|
||||
"event": "https://statemine.statescan.io/event/{event}"
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg",
|
||||
"addressPrefix": 2
|
||||
},
|
||||
{
|
||||
"chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -2425,51 +2298,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg",
|
||||
"addressPrefix": 110
|
||||
},
|
||||
{
|
||||
"chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b",
|
||||
"name": "Edgeware",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "EDG",
|
||||
"precision": 18,
|
||||
"priceId": "edgeware",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://edgeware-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://edgeware.jelliedowl.net",
|
||||
"name": "JelliedOwl node"
|
||||
},
|
||||
{
|
||||
"url": "wss://mainnet2.edgewa.re",
|
||||
"name": "Edgeware node"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://edgeware.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
}
|
||||
],
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg",
|
||||
"addressPrefix": 7
|
||||
},
|
||||
{
|
||||
"chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -2637,70 +2465,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg",
|
||||
"addressPrefix": 30
|
||||
},
|
||||
{
|
||||
"chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "KILT",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "KILT",
|
||||
"priceId": "kilt-protocol",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg",
|
||||
"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
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt"
|
||||
}
|
||||
],
|
||||
"governance": [
|
||||
{
|
||||
"type": "polkassembly",
|
||||
"url": "https://kilt-hasura.herokuapp.com/v1/graphql"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg",
|
||||
"addressPrefix": 38,
|
||||
"options": [
|
||||
"governance-v1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -3851,118 +3615,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg",
|
||||
"addressPrefix": 2092
|
||||
},
|
||||
{
|
||||
"chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Picasso",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "PICA",
|
||||
"precision": 12,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://picasso-rpc.composable.finance",
|
||||
"name": "Composable node"
|
||||
},
|
||||
{
|
||||
"url": "wss://rpc.composablenodes.tech",
|
||||
"name": "Composable node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://picasso.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://picasso.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg",
|
||||
"addressPrefix": 49
|
||||
},
|
||||
{
|
||||
"chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Zeitgeist",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "ZTG",
|
||||
"staking": "parachain",
|
||||
"precision": 10,
|
||||
"priceId": "zeitgeist",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://zeitgeist-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://zeitgeist.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://zeitgeist.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist"
|
||||
}
|
||||
],
|
||||
"staking": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg",
|
||||
"addressPrefix": 73
|
||||
},
|
||||
{
|
||||
"chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -4014,112 +3666,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg",
|
||||
"addressPrefix": 131
|
||||
},
|
||||
{
|
||||
"chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crust Shadow",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CSM",
|
||||
"precision": 12,
|
||||
"priceId": "crust-storage-market",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://rpc2-shadow.crust.network/",
|
||||
"name": "Crust node"
|
||||
},
|
||||
{
|
||||
"url": "wss://rpc-shadow.crust.network/",
|
||||
"name": "Public Crust node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://shadow.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://shadow.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg",
|
||||
"addressPrefix": 66
|
||||
},
|
||||
{
|
||||
"chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Integritee Parachain",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "TEER",
|
||||
"precision": 12,
|
||||
"priceId": "integritee",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://integritee-kusama.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
},
|
||||
{
|
||||
"url": "wss://kusama.api.integritee.network",
|
||||
"name": "Integritee node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://integritee.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://integritee.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg",
|
||||
"addressPrefix": 13
|
||||
},
|
||||
{
|
||||
"chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
@@ -4520,108 +4066,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg",
|
||||
"addressPrefix": 2032
|
||||
},
|
||||
{
|
||||
"chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "Nodle Parachain",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "NODL",
|
||||
"precision": 11,
|
||||
"priceId": "nodle-network",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://nodle-parachain.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
},
|
||||
{
|
||||
"url": "wss://eden-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://nodle.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://nodle.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg",
|
||||
"addressPrefix": 37
|
||||
},
|
||||
{
|
||||
"chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "Phala",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "PHA",
|
||||
"precision": 12,
|
||||
"priceId": "pha",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://api.phala.network/ws",
|
||||
"name": "Phala node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://phala.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://phala.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg",
|
||||
"addressPrefix": 30
|
||||
},
|
||||
{
|
||||
"chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -5177,84 +4621,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg",
|
||||
"addressPrefix": 128
|
||||
},
|
||||
{
|
||||
"chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Mangata X",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "MGX",
|
||||
"priceId": "mangata-x",
|
||||
"precision": 18,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg",
|
||||
"type": "orml",
|
||||
"typeExtras": {
|
||||
"currencyIdScale": "0x00000000",
|
||||
"currencyIdType": "u32",
|
||||
"existentialDeposit": "0",
|
||||
"transfersEnabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "KSM",
|
||||
"precision": 12,
|
||||
"priceId": "kusama",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg",
|
||||
"type": "orml",
|
||||
"typeExtras": {
|
||||
"currencyIdScale": "0x04000000",
|
||||
"currencyIdType": "u32",
|
||||
"existentialDeposit": "0",
|
||||
"transfersEnabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 2,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"priceId": "ethereum",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"type": "orml",
|
||||
"typeExtras": {
|
||||
"currencyIdScale": "0x01000000",
|
||||
"currencyIdType": "u32",
|
||||
"existentialDeposit": "0",
|
||||
"transfersEnabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://kusama-rpc.mangata.online",
|
||||
"name": "Mangata node"
|
||||
},
|
||||
{
|
||||
"url": "wss://kusama-archive.mangata.online",
|
||||
"name": "Mangata archive node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://mangatax.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg",
|
||||
"addressPrefix": 42
|
||||
},
|
||||
{
|
||||
"chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -5585,39 +4951,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg",
|
||||
"addressPrefix": 7013
|
||||
},
|
||||
{
|
||||
"chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Amplitude",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "AMPE",
|
||||
"precision": 12,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://rpc-amplitude.pendulumchain.tech",
|
||||
"name": "PendulumChain node"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude"
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg",
|
||||
"addressPrefix": 57
|
||||
},
|
||||
{
|
||||
"chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e",
|
||||
"name": "Ternoa",
|
||||
@@ -5780,79 +5113,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg",
|
||||
"addressPrefix": 12
|
||||
},
|
||||
{
|
||||
"chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "DAO IPCI",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "MITO",
|
||||
"precision": 12,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://kusama.rpc.ipci.io",
|
||||
"name": "Airalab node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci"
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg",
|
||||
"addressPrefix": 32
|
||||
},
|
||||
{
|
||||
"chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063",
|
||||
"name": "Myriad",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "MYRIA",
|
||||
"precision": 18,
|
||||
"priceId": "myriad-social",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0",
|
||||
"name": "Octopus node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Explorer",
|
||||
"extrinsic": null,
|
||||
"account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}",
|
||||
"event": null
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg",
|
||||
"addressPrefix": 42
|
||||
},
|
||||
{
|
||||
"chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa",
|
||||
"name": "XX network",
|
||||
@@ -6015,35 +5275,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg",
|
||||
"addressPrefix": 42
|
||||
},
|
||||
{
|
||||
"chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "Hashed Network",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "HASH",
|
||||
"precision": 18,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://c1.hashed.network",
|
||||
"name": "Hashed systems 1 node"
|
||||
},
|
||||
{
|
||||
"url": "wss://c2.hashed.network",
|
||||
"name": "Hashed systems 2 node"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg",
|
||||
"addressPrefix": 42
|
||||
},
|
||||
{
|
||||
"chainId": "eip155:2109",
|
||||
"name": "Exosama",
|
||||
|
||||
@@ -625,133 +625,6 @@
|
||||
"crowdloans"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Statemine",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "KSM",
|
||||
"precision": 12,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg",
|
||||
"priceId": "kusama"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "RMRK",
|
||||
"precision": 10,
|
||||
"priceId": "rmrk",
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 2,
|
||||
"symbol": "CHAOS",
|
||||
"precision": 10,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "69420"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 3,
|
||||
"symbol": "CHRWNA",
|
||||
"precision": 10,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "567"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 4,
|
||||
"symbol": "SHIBATALES",
|
||||
"precision": 0,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "88888"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 5,
|
||||
"symbol": "BILLCOIN",
|
||||
"precision": 8,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "223"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 7,
|
||||
"symbol": "USDT",
|
||||
"precision": 6,
|
||||
"priceId": "tether",
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1984"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://statemine.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
},
|
||||
{
|
||||
"url": "wss://statemine-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://statemine-rpc.polkadot.io",
|
||||
"name": "Parity node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://statemine.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://statemine.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Statescan",
|
||||
"extrinsic": "https://statemine.statescan.io/extrinsic/{hash}",
|
||||
"account": "https://statemine.statescan.io/account/{address}",
|
||||
"event": "https://statemine.statescan.io/event/{event}"
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg",
|
||||
"addressPrefix": 2
|
||||
},
|
||||
{
|
||||
"chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -2425,51 +2298,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/ParallelHeiko.svg",
|
||||
"addressPrefix": 110
|
||||
},
|
||||
{
|
||||
"chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b",
|
||||
"name": "Edgeware",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "EDG",
|
||||
"precision": 18,
|
||||
"priceId": "edgeware",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://edgeware-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://edgeware.jelliedowl.net",
|
||||
"name": "JelliedOwl node"
|
||||
},
|
||||
{
|
||||
"url": "wss://mainnet2.edgewa.re",
|
||||
"name": "Edgeware node"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://edgeware.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
}
|
||||
],
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg",
|
||||
"addressPrefix": 7
|
||||
},
|
||||
{
|
||||
"chainId": "d43540ba6d3eb4897c28a77d48cb5b729fea37603cbbfc7a86a73b72adb3be8d",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -2637,70 +2465,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg",
|
||||
"addressPrefix": 30
|
||||
},
|
||||
{
|
||||
"chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "KILT",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "KILT",
|
||||
"priceId": "kilt-protocol",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg",
|
||||
"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
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt"
|
||||
}
|
||||
],
|
||||
"governance": [
|
||||
{
|
||||
"type": "polkassembly",
|
||||
"url": "https://kilt-hasura.herokuapp.com/v1/graphql"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg",
|
||||
"addressPrefix": 38,
|
||||
"options": [
|
||||
"governance-v1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4ac80c99289841dd946ef92765bf659a307d39189b3ce374a92b5f0415ee17a1",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -3851,118 +3615,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg",
|
||||
"addressPrefix": 2092
|
||||
},
|
||||
{
|
||||
"chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Picasso",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "PICA",
|
||||
"precision": 12,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://picasso-rpc.composable.finance",
|
||||
"name": "Composable node"
|
||||
},
|
||||
{
|
||||
"url": "wss://rpc.composablenodes.tech",
|
||||
"name": "Composable node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://picasso.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://picasso.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg",
|
||||
"addressPrefix": 49
|
||||
},
|
||||
{
|
||||
"chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Zeitgeist",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "ZTG",
|
||||
"staking": "parachain",
|
||||
"precision": 10,
|
||||
"priceId": "zeitgeist",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://zeitgeist-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://zeitgeist.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://zeitgeist.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist"
|
||||
}
|
||||
],
|
||||
"staking": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg",
|
||||
"addressPrefix": 73
|
||||
},
|
||||
{
|
||||
"chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -4014,112 +3666,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Litmus.svg",
|
||||
"addressPrefix": 131
|
||||
},
|
||||
{
|
||||
"chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crust Shadow",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CSM",
|
||||
"precision": 12,
|
||||
"priceId": "crust-storage-market",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://rpc2-shadow.crust.network/",
|
||||
"name": "Crust node"
|
||||
},
|
||||
{
|
||||
"url": "wss://rpc-shadow.crust.network/",
|
||||
"name": "Public Crust node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://shadow.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://shadow.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg",
|
||||
"addressPrefix": 66
|
||||
},
|
||||
{
|
||||
"chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Integritee Parachain",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "TEER",
|
||||
"precision": 12,
|
||||
"priceId": "integritee",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://integritee-kusama.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
},
|
||||
{
|
||||
"url": "wss://kusama.api.integritee.network",
|
||||
"name": "Integritee node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://integritee.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://integritee.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg",
|
||||
"addressPrefix": 13
|
||||
},
|
||||
{
|
||||
"chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
@@ -4520,108 +4066,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg",
|
||||
"addressPrefix": 2032
|
||||
},
|
||||
{
|
||||
"chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "Nodle Parachain",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "NODL",
|
||||
"precision": 11,
|
||||
"priceId": "nodle-network",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://nodle-parachain.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
},
|
||||
{
|
||||
"url": "wss://eden-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://nodle.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://nodle.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg",
|
||||
"addressPrefix": 37
|
||||
},
|
||||
{
|
||||
"chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "Phala",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "PHA",
|
||||
"precision": 12,
|
||||
"priceId": "pha",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://api.phala.network/ws",
|
||||
"name": "Phala node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://phala.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://phala.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg",
|
||||
"addressPrefix": 30
|
||||
},
|
||||
{
|
||||
"chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -5177,84 +4621,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg",
|
||||
"addressPrefix": 128
|
||||
},
|
||||
{
|
||||
"chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Mangata X",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "MGX",
|
||||
"priceId": "mangata-x",
|
||||
"precision": 18,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg",
|
||||
"type": "orml",
|
||||
"typeExtras": {
|
||||
"currencyIdScale": "0x00000000",
|
||||
"currencyIdType": "u32",
|
||||
"existentialDeposit": "0",
|
||||
"transfersEnabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "KSM",
|
||||
"precision": 12,
|
||||
"priceId": "kusama",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg",
|
||||
"type": "orml",
|
||||
"typeExtras": {
|
||||
"currencyIdScale": "0x04000000",
|
||||
"currencyIdType": "u32",
|
||||
"existentialDeposit": "0",
|
||||
"transfersEnabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 2,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"priceId": "ethereum",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"type": "orml",
|
||||
"typeExtras": {
|
||||
"currencyIdScale": "0x01000000",
|
||||
"currencyIdType": "u32",
|
||||
"existentialDeposit": "0",
|
||||
"transfersEnabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://kusama-rpc.mangata.online",
|
||||
"name": "Mangata node"
|
||||
},
|
||||
{
|
||||
"url": "wss://kusama-archive.mangata.online",
|
||||
"name": "Mangata archive node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://mangatax.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg",
|
||||
"addressPrefix": 42
|
||||
},
|
||||
{
|
||||
"chainId": "0e06260459b4f9034aba0a75108c08ed73ea51d2763562749b1d3600986c4ea5",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -5585,39 +4951,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg",
|
||||
"addressPrefix": 7013
|
||||
},
|
||||
{
|
||||
"chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Amplitude",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "AMPE",
|
||||
"precision": 12,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://rpc-amplitude.pendulumchain.tech",
|
||||
"name": "PendulumChain node"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude"
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg",
|
||||
"addressPrefix": 57
|
||||
},
|
||||
{
|
||||
"chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e",
|
||||
"name": "Ternoa",
|
||||
@@ -5780,79 +5113,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polymesh.svg",
|
||||
"addressPrefix": 12
|
||||
},
|
||||
{
|
||||
"chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "DAO IPCI",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "MITO",
|
||||
"precision": 12,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://kusama.rpc.ipci.io",
|
||||
"name": "Airalab node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci"
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg",
|
||||
"addressPrefix": 32
|
||||
},
|
||||
{
|
||||
"chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063",
|
||||
"name": "Myriad",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "MYRIA",
|
||||
"precision": 18,
|
||||
"priceId": "myriad-social",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0",
|
||||
"name": "Octopus node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Explorer",
|
||||
"extrinsic": null,
|
||||
"account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}",
|
||||
"event": null
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg",
|
||||
"addressPrefix": 42
|
||||
},
|
||||
{
|
||||
"chainId": "50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa",
|
||||
"name": "XX network",
|
||||
@@ -6015,35 +5275,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Aventus.svg",
|
||||
"addressPrefix": 42
|
||||
},
|
||||
{
|
||||
"chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "Hashed Network",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "HASH",
|
||||
"precision": 18,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://c1.hashed.network",
|
||||
"name": "Hashed systems 1 node"
|
||||
},
|
||||
{
|
||||
"url": "wss://c2.hashed.network",
|
||||
"name": "Hashed systems 2 node"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg",
|
||||
"addressPrefix": 42
|
||||
},
|
||||
{
|
||||
"chainId": "eip155:2109",
|
||||
"name": "Exosama",
|
||||
|
||||
@@ -684,133 +684,6 @@
|
||||
"testnet"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Statemine",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "KSM",
|
||||
"precision": 12,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg",
|
||||
"priceId": "kusama"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "RMRK",
|
||||
"precision": 10,
|
||||
"priceId": "rmrk",
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/RMRK.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 2,
|
||||
"symbol": "CHAOS",
|
||||
"precision": 10,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHAOS.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "69420"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 3,
|
||||
"symbol": "CHRWNA",
|
||||
"precision": 10,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CHRWNA.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "567"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 4,
|
||||
"symbol": "SHIBATALES",
|
||||
"precision": 0,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/Default.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "88888"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 5,
|
||||
"symbol": "BILLCOIN",
|
||||
"precision": 8,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/BILLCOIN.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "223"
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 7,
|
||||
"symbol": "USDT",
|
||||
"precision": 6,
|
||||
"priceId": "tether",
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/USDT.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1984"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://statemine.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
},
|
||||
{
|
||||
"url": "wss://statemine-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://statemine-rpc.polkadot.io",
|
||||
"name": "Parity node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://statemine.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://statemine.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Statescan",
|
||||
"extrinsic": "https://statemine.statescan.io/extrinsic/{hash}",
|
||||
"account": "https://statemine.statescan.io/account/{address}",
|
||||
"event": "https://statemine.statescan.io/event/{event}"
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/statemine.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-statemine"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Statemine.svg",
|
||||
"addressPrefix": 2
|
||||
},
|
||||
{
|
||||
"chainId": "baf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -2168,66 +2041,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Kintsugi.svg",
|
||||
"addressPrefix": 2092
|
||||
},
|
||||
{
|
||||
"chainId": "742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b",
|
||||
"name": "Edgeware",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "EDG",
|
||||
"precision": 18,
|
||||
"priceId": "edgeware",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Edgeware.svg",
|
||||
"staking": "aura-relaychain"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://edgeware-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://edgeware.jelliedowl.net",
|
||||
"name": "JelliedOwl node"
|
||||
},
|
||||
{
|
||||
"url": "wss://mainnet2.edgewa.re",
|
||||
"name": "Edgeware node"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/edgeware.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://edgeware.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://edgeware.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y"
|
||||
}
|
||||
],
|
||||
"staking": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-edgeware__bm92Y"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Edgeware.svg",
|
||||
"addressPrefix": 7
|
||||
},
|
||||
{
|
||||
"chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -2751,70 +2564,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Khala.svg",
|
||||
"addressPrefix": 30
|
||||
},
|
||||
{
|
||||
"chainId": "411f057b9107718c9624d6aa4a3f23c1653898297f3d4d529d9bb6511a39dd21",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "KILT",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "KILT",
|
||||
"priceId": "kilt-protocol",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/KILT.svg",
|
||||
"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
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/kilt_spiritnet.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kilt"
|
||||
}
|
||||
],
|
||||
"governance": [
|
||||
{
|
||||
"type": "polkassembly",
|
||||
"url": "https://kilt-hasura.herokuapp.com/v1/graphql"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/KILT_Spiritnet.svg",
|
||||
"addressPrefix": 38,
|
||||
"options": [
|
||||
"governance-v1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "a0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21",
|
||||
"name": "KILT Peregrine",
|
||||
@@ -4364,124 +4113,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Encointer.svg",
|
||||
"addressPrefix": 2
|
||||
},
|
||||
{
|
||||
"chainId": "6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Picasso",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "PICA",
|
||||
"precision": 12,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Picasso.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://picasso-rpc.composable.finance",
|
||||
"name": "Composable node"
|
||||
},
|
||||
{
|
||||
"url": "wss://rpc.composablenodes.tech",
|
||||
"name": "Composable node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://picasso.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://picasso.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/picasso.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-picasso"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Picasso.svg",
|
||||
"addressPrefix": 49,
|
||||
"options": [
|
||||
"governance-v1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Zeitgeist",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "ZTG",
|
||||
"staking": "parachain",
|
||||
"precision": 10,
|
||||
"priceId": "zeitgeist",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Zeitgeist.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://zeitgeist-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://zeitgeist.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/zeitgeist.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://zeitgeist.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://zeitgeist.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist"
|
||||
}
|
||||
],
|
||||
"staking": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-zeitgeist"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Zeitgeist.svg",
|
||||
"addressPrefix": 73,
|
||||
"options": [
|
||||
"governance-v1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "da5831fbc8570e3c6336d0d72b8c08f8738beefec812df21ef2afc2982ede09c",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -4536,124 +4167,6 @@
|
||||
"governance-v1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "d4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crust Shadow",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CSM",
|
||||
"precision": 12,
|
||||
"priceId": "crust-storage-market",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/CrustShadow.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://rpc2-shadow.crust.network/",
|
||||
"name": "Crust node"
|
||||
},
|
||||
{
|
||||
"url": "wss://rpc-shadow.crust.network/",
|
||||
"name": "Public Crust node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://shadow.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://shadow.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/crust_shadow.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-shadow"
|
||||
}
|
||||
],
|
||||
"governance": [
|
||||
{
|
||||
"type": "polkassembly",
|
||||
"url": "https://polkassembly-hasura.herokuapp.com/v1/graphql",
|
||||
"parameters": {
|
||||
"network": "crustshadow"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crust_Shadow.svg",
|
||||
"addressPrefix": 66,
|
||||
"options": [
|
||||
"governance-v1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "cdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Integritee Parachain",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "TEER",
|
||||
"precision": 12,
|
||||
"priceId": "integritee",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Integritee.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://integritee-kusama.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
},
|
||||
{
|
||||
"url": "wss://kusama.api.integritee.network",
|
||||
"name": "Integritee node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://integritee.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://integritee.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/Integritee.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-integritee"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Integritee.svg",
|
||||
"addressPrefix": 13
|
||||
},
|
||||
{
|
||||
"chainId": "b3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
@@ -5099,61 +4612,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Interlay.svg",
|
||||
"addressPrefix": 2032
|
||||
},
|
||||
{
|
||||
"chainId": "97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "Nodle Parachain",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "NODL",
|
||||
"precision": 11,
|
||||
"priceId": "nodle-network",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Nodle.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://nodle-parachain.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
},
|
||||
{
|
||||
"url": "wss://eden-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://nodle.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://nodle.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Sub.ID",
|
||||
"account": "https://sub.id/{address}"
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/nodle.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-nodle"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Nodle.svg",
|
||||
"addressPrefix": 37
|
||||
},
|
||||
{
|
||||
"chainId": "55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1",
|
||||
"name": "Singular testnet",
|
||||
@@ -5181,56 +4639,6 @@
|
||||
"testnet"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "Phala",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "PHA",
|
||||
"precision": 12,
|
||||
"priceId": "pha",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Phala.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://api.phala.network/ws",
|
||||
"name": "Phala node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://phala.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://phala.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/phala.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-phala"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Phala.svg",
|
||||
"addressPrefix": 30,
|
||||
"options": [
|
||||
"governance-v1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "0f62b701fb12d02237a33b84818c11f621653d2b1614c777973babf4652b535d",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -5822,84 +5230,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DoraFactory.svg",
|
||||
"addressPrefix": 128
|
||||
},
|
||||
{
|
||||
"chainId": "d611f22d291c5b7b69f1e105cca03352984c344c4421977efaa4cbdd1834e2aa",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Mangata X",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "MGX",
|
||||
"priceId": "mangata-x",
|
||||
"precision": 18,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/MangataX.svg",
|
||||
"type": "orml",
|
||||
"typeExtras": {
|
||||
"currencyIdScale": "0x00000000",
|
||||
"currencyIdType": "u32",
|
||||
"existentialDeposit": "0",
|
||||
"transfersEnabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "KSM",
|
||||
"precision": 12,
|
||||
"priceId": "kusama",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Kusama.svg",
|
||||
"type": "orml",
|
||||
"typeExtras": {
|
||||
"currencyIdScale": "0x04000000",
|
||||
"currencyIdType": "u32",
|
||||
"existentialDeposit": "0",
|
||||
"transfersEnabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"assetId": 2,
|
||||
"symbol": "ETH",
|
||||
"precision": 18,
|
||||
"priceId": "ethereum",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
|
||||
"type": "orml",
|
||||
"typeExtras": {
|
||||
"currencyIdScale": "0x01000000",
|
||||
"currencyIdType": "u32",
|
||||
"existentialDeposit": "0",
|
||||
"transfersEnabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://kusama-rpc.mangata.online",
|
||||
"name": "Mangata node"
|
||||
},
|
||||
{
|
||||
"url": "wss://kusama-archive.mangata.online",
|
||||
"name": "Mangata archive node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://mangatax.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://mangatax.subscan.io/account/{address}",
|
||||
"event": null
|
||||
},
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/mangatax.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/MangataX.svg",
|
||||
"addressPrefix": 42
|
||||
},
|
||||
{
|
||||
"chainId": "05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5",
|
||||
"name": "Aleph Zero Testnet",
|
||||
@@ -6372,51 +5702,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg",
|
||||
"addressPrefix": 7013
|
||||
},
|
||||
{
|
||||
"chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Amplitude",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "AMPE",
|
||||
"precision": 12,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Amplitude.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://rpc-amplitude.pendulumchain.tech",
|
||||
"name": "PendulumChain node"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-amplitude"
|
||||
}
|
||||
],
|
||||
"governance": [
|
||||
{
|
||||
"type": "polkassembly",
|
||||
"url": "https://polkassembly-hasura.herokuapp.com/v1/graphql",
|
||||
"parameters": {
|
||||
"network": "amplitude"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/amplitude.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg",
|
||||
"addressPrefix": 57,
|
||||
"options": [
|
||||
"governance-v1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e",
|
||||
"name": "Ternoa",
|
||||
@@ -6717,79 +6002,6 @@
|
||||
"testnet"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "6f0f071506de39058fe9a95bbca983ac0e9c5da3443909574e95d52eb078d348",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "DAO IPCI",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "MITO",
|
||||
"precision": 12,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MITO.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://kusama.rpc.ipci.io",
|
||||
"name": "Airalab node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Polkaholic",
|
||||
"account": "https://polkaholic.io/account/{address}",
|
||||
"extrinsic": "https://polkaholic.io/tx/{hash}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-dao-ipci"
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/dao_ipci.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/DAOIPCI.svg",
|
||||
"addressPrefix": 32
|
||||
},
|
||||
{
|
||||
"chainId": "74ed91fbc18497f011290f9119a2217908649170337b6414a2d44923ade07063",
|
||||
"name": "Myriad",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "MYRIA",
|
||||
"precision": 18,
|
||||
"priceId": "myriad-social",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MYRIA.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0",
|
||||
"name": "Octopus node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Explorer",
|
||||
"extrinsic": null,
|
||||
"account": "https://explorer.mainnet.oct.network/myriad/accounts/{address}",
|
||||
"event": null
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/myriad.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Myriad.svg",
|
||||
"addressPrefix": 42
|
||||
},
|
||||
{
|
||||
"chainId": "a7113159e275582ee71ee499b24378a2416f34dc5aaf714443f0d11c6c3d99d3",
|
||||
"name": "Fusotao",
|
||||
@@ -7154,35 +6366,6 @@
|
||||
"testnet"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "dce5477cfca571c2cb652f38bbb70429004be3cf9649dd2b4ad9455b2251fe43",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "Hashed Network",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "HASH",
|
||||
"precision": 18,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/HASH.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://c1.hashed.network",
|
||||
"name": "Hashed systems 1 node"
|
||||
},
|
||||
{
|
||||
"url": "wss://c2.hashed.network",
|
||||
"name": "Hashed systems 2 node"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/hashed.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg",
|
||||
"addressPrefix": 42
|
||||
},
|
||||
{
|
||||
"chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03",
|
||||
"name": "Bittensor",
|
||||
|
||||
Reference in New Issue
Block a user