mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 03:17:59 +00:00
Apply blacklist filtering to chain merge
Sync script now reads blocked-chains.json and excludes chains with broken/unreachable RPC endpoints from output. 102 → 98 chains (7 blocked removed)
This commit is contained in:
@@ -4768,54 +4768,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Turing.svg",
|
||||
"addressPrefix": 51
|
||||
},
|
||||
{
|
||||
"chainId": "70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e",
|
||||
"name": "Aleph Zero",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "AZERO",
|
||||
"priceId": "aleph-zero",
|
||||
"staking": "aleph-zero",
|
||||
"precision": 12,
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg"
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://ws.azero.dev",
|
||||
"name": "Aleph Zero node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://alephzero.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://alephzero.subscan.io/account/{address}",
|
||||
"event": null
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/aleph_zero.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero"
|
||||
}
|
||||
],
|
||||
"staking": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aleph-zero"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg",
|
||||
"addressPrefix": 42
|
||||
},
|
||||
{
|
||||
"chainId": "daab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
@@ -6125,51 +6077,6 @@
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Hashed.svg",
|
||||
"addressPrefix": 42
|
||||
},
|
||||
{
|
||||
"chainId": "eip155:2109",
|
||||
"name": "Exosama",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "SAMA",
|
||||
"priceId": "exosama-network",
|
||||
"type": "evmNative",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/MOONSAMA.svg",
|
||||
"precision": 18
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://rpc.exosama.com",
|
||||
"name": "Exosama node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Exosama explorer",
|
||||
"extrinsic": "https://explorer.exosama.com/tx/{hash}",
|
||||
"account": "https://explorer.exosama.com/address/{address}",
|
||||
"event": null
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "etherscan",
|
||||
"url": "https://explorer.exosama.com/api",
|
||||
"parameters": {
|
||||
"assetType": "evm"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Exosama.svg",
|
||||
"addressPrefix": 2109,
|
||||
"options": [
|
||||
"ethereumBased",
|
||||
"noSubstrateRuntime"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03",
|
||||
"name": "Bittensor",
|
||||
|
||||
Reference in New Issue
Block a user