mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-07-09 14:07:32 +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:
@@ -603,133 +603,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",
|
||||
@@ -2310,51 +2183,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",
|
||||
@@ -2522,68 +2350,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",
|
||||
@@ -3691,116 +3457,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": "52149c30c1eb11460dce6c08b73df8d53bb93b4a15d0a2e7fd5dafe86a73c0da",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
@@ -3892,112 +3548,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",
|
||||
@@ -4389,108 +3939,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",
|
||||
@@ -5040,83 +4488,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",
|
||||
"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://prod-kusama-collator-01.mangatafinance.cloud",
|
||||
"name": "Mangata node"
|
||||
},
|
||||
{
|
||||
"url": "wss://mangata-x.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality 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",
|
||||
@@ -5447,39 +4818,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",
|
||||
@@ -5729,79 +5067,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/SNOW.svg",
|
||||
"addressPrefix": 2207
|
||||
},
|
||||
{
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user