mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-07-09 05:57:30 +00:00
Fix: re-add Crab to blacklist, mistakenly dropped in earlier cleanup
Real user hit a stuck "Connecting..." state on the Crab chain on a live build. Root cause: the ORIGINAL blacklist (before today's cleanup) correctly listed this chain as "Darwinia Crab" with chain_id 86e49c...c3a - I dropped that entry during the 2026-07-08 blacklist ID correction, having concluded it "no longer exists upstream" based on a name search for "darwinia"/"crab" that didn't match because the chain's actual name field is just "Crab", not "Darwinia Crab" - a search-term miss, not evidence the chain or its chain_id had changed. It's been in chains.json all along with the same id and the same dead RPC (crab-rpc.darwinia.network, confirmed unreachable again live 2026-07-08). Re-verified against live chains.json before re-adding - it's really there, and the RPC is really dead.
This commit is contained in:
@@ -5420,60 +5420,5 @@
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}",
|
||||
"event": null
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -5420,60 +5420,5 @@
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}",
|
||||
"event": null
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -6556,60 +6556,5 @@
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}",
|
||||
"event": null
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -5599,61 +5599,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}",
|
||||
"event": null
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -5599,61 +5599,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}",
|
||||
"event": null
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6621,61 +6621,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}",
|
||||
"event": null
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -5750,61 +5750,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}",
|
||||
"event": null
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -5750,61 +5750,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}",
|
||||
"event": null
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6804,61 +6804,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}",
|
||||
"event": null
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6140,60 +6140,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6140,60 +6140,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -7196,68 +7196,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab.api.onfinality.io/public-ws",
|
||||
"name": "OnFinality node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6494,68 +6494,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6494,68 +6494,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -7547,68 +7547,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6488,68 +6488,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6488,68 +6488,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -7509,68 +7509,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6537,68 +6537,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6537,68 +6537,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -7580,68 +7580,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/darwinia_crab.json",
|
||||
"overridesCommon": true
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6429,64 +6429,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6429,64 +6429,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -7403,64 +7403,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6682,64 +6682,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6682,64 +6682,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -7810,64 +7810,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6685,64 +6685,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6685,64 +6685,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -7809,64 +7809,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
},
|
||||
{
|
||||
"url": "wss://crab-rpc.darwiniacommunitydao.xyz",
|
||||
"name": "Community node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6917,60 +6917,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6917,60 +6917,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026"
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -8186,61 +8186,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Crab.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026",
|
||||
"isSufficient": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -7130,61 +7130,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "CRAB.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026",
|
||||
"isSufficient": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -7130,61 +7130,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "CRAB.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026",
|
||||
"isSufficient": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -8226,61 +8226,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "CRAB.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026",
|
||||
"isSufficient": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
},
|
||||
{
|
||||
"url": "wss://darwiniacrab-rpc.dwellir.com",
|
||||
"name": "Dwellir node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6406,57 +6406,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "CRAB.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026",
|
||||
"isSufficient": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://subquery-history-crab-prod.novasama-tech.org"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -6406,57 +6406,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "CRAB.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026",
|
||||
"isSufficient": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://subquery-history-crab-prod.novasama-tech.org"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -7445,57 +7445,6 @@
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
|
||||
"parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
||||
"name": "Crab",
|
||||
"assets": [
|
||||
{
|
||||
"assetId": 0,
|
||||
"symbol": "CRAB",
|
||||
"precision": 18,
|
||||
"priceId": "darwinia-network-native-token",
|
||||
"icon": "CRAB.svg"
|
||||
},
|
||||
{
|
||||
"assetId": 1,
|
||||
"symbol": "CKTON",
|
||||
"precision": 18,
|
||||
"type": "statemine",
|
||||
"icon": "CKTON.svg",
|
||||
"typeExtras": {
|
||||
"assetId": "1026",
|
||||
"isSufficient": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"nodes": [
|
||||
{
|
||||
"url": "wss://crab-rpc.darwinia.network/",
|
||||
"name": "Darwinia node"
|
||||
}
|
||||
],
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Subscan",
|
||||
"extrinsic": "https://crab.subscan.io/extrinsic/{hash}",
|
||||
"account": "https://crab.subscan.io/account/{address}"
|
||||
}
|
||||
],
|
||||
"externalApi": {
|
||||
"history": [
|
||||
{
|
||||
"type": "subquery",
|
||||
"url": "https://subquery-history-crab-prod.novasama-tech.org"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Crab.svg",
|
||||
"addressPrefix": 42,
|
||||
"options": [
|
||||
"ethereumBased"
|
||||
]
|
||||
},
|
||||
{
|
||||
"chainId": "4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1",
|
||||
"parentId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
||||
|
||||
@@ -135,6 +135,10 @@
|
||||
{
|
||||
"name": "krest",
|
||||
"reason": "krest.api.onfinality.io unreachable - confirmed live 2026-07-08"
|
||||
},
|
||||
{
|
||||
"name": "Crab",
|
||||
"reason": "crab-rpc.darwinia.network unreachable - was correctly blacklisted before (as \"Darwinia Crab\") but got dropped by mistake during the 2026-07-08 blacklist ID cleanup, based on a wrong assumption that the chain no longer existed upstream. It does (name is just \"Crab\", not \"Darwinia Crab\" - a name-matching miss, not a chain-ID change). Re-confirmed unreachable live 2026-07-08, and directly confirmed by a real user hitting a stuck \"Connecting\" state on this exact chain."
|
||||
}
|
||||
],
|
||||
"chain_ids": [
|
||||
@@ -170,6 +174,7 @@
|
||||
"dffb39a66d80b9adb6bdbd7564a9215a1606596062578bf536480de6cc780c2d",
|
||||
"dd6d086f75ec041b66e20c4186d327b23c8af244c534a2418de6574e8c041a60",
|
||||
"eip155:420420422",
|
||||
"b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c"
|
||||
"b3dd5ad6a82872b30aabaede8f41dfd4ff6c32ff82f8757d034a45be63cf104c",
|
||||
"86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user