mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 03:17:59 +00:00
fix: add more broken chains to blacklist (Crab, DeepBrain, Exosama)
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"description": "Only these chains will be included in the final config",
|
||||
"mode": "whitelist",
|
||||
"chains": [
|
||||
{
|
||||
"id": "bb4a61ab0c4b8c12f5eab71d0c86c482e03a275ecdafee678dea712474d33d75",
|
||||
"name": "Pezkuwi",
|
||||
"source": "pezkuwi"
|
||||
},
|
||||
{
|
||||
"id": "96eb58af1bb7288115b5e4ff1590422533e749293f231974536dc6672417d06f",
|
||||
"name": "Zagros Testnet",
|
||||
"source": "pezkuwi"
|
||||
},
|
||||
{
|
||||
"id": "00d0e1d0581c3cd5c5768652d52f4520184018b44f56a2ae1e0dc9d65c00c948",
|
||||
"name": "Pezkuwi Asset Hub",
|
||||
"source": "pezkuwi"
|
||||
},
|
||||
{
|
||||
"id": "4d65bfa31a77bdde8a4fbb1b289c16a6cd3c246793ee8ba2d98a5b3e04ba59ea",
|
||||
"name": "Pezkuwi People",
|
||||
"source": "pezkuwi"
|
||||
},
|
||||
{
|
||||
"id": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
"name": "Polkadot",
|
||||
"source": "nova"
|
||||
},
|
||||
{
|
||||
"id": "68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f",
|
||||
"name": "Polkadot Asset Hub",
|
||||
"source": "nova"
|
||||
},
|
||||
{
|
||||
"id": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5f6f",
|
||||
"name": "Polkadot People",
|
||||
"source": "nova"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -19,12 +19,27 @@
|
||||
{
|
||||
"name": "Passet Hub Testnet",
|
||||
"reason": "testnet-passet-hub-eth-rpc.polkadot.io unreachable"
|
||||
},
|
||||
{
|
||||
"name": "Darwinia Crab",
|
||||
"reason": "crab-rpc.darwinia.network DNS failure"
|
||||
},
|
||||
{
|
||||
"name": "DeepBrain",
|
||||
"reason": "info.dbcwallet.io SSL certificate mismatch"
|
||||
},
|
||||
{
|
||||
"name": "Exosama",
|
||||
"reason": "rpc.exosama.com 403 Forbidden"
|
||||
}
|
||||
],
|
||||
"chain_ids": [
|
||||
"70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e",
|
||||
"f6c2c9174aa58c1c5b38d44a7e946c94a38cfd6e0ad9e2e9c5b14a7bc7ee6f44",
|
||||
"cd4d732201ebe5d6b014edda071c4203e16867305332f43c2e25ae6c9a1b7e6f",
|
||||
"3d22af97d919611e03bbcbda96f65988758865423e89b2d99547a6bb61452db3"
|
||||
"3d22af97d919611e03bbcbda96f65988758865423e89b2d99547a6bb61452db3",
|
||||
"86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"03aa6b475a03f8baf7f83e448513b00eaab03aefa4ed64bd1d31160dce028add",
|
||||
"eip155:2109"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user