mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-21 23:37:56 +00:00
30899df0a4
- Custom Dockerfile.node that aliases @polkadot/* to @pezkuwi/* packages - Updated docker-compose.yml to build custom node image - Added chainTypes/pezkuwi.json with Pezkuwi type definitions - Updated pezkuwi.yaml manifest with chaintypes reference - Added @subql/common-substrate dependency This allows running SubQuery node with Pezkuwi chain recognition instead of showing "Unknown Network" error.
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"types": {
|
|
"DispatchErrorModule": "DispatchErrorModuleU8",
|
|
"FullIdentification": "()",
|
|
"Keys": "SessionKeys7B",
|
|
"Weight": "WeightV1"
|
|
},
|
|
"typesBundle": {
|
|
"spec": {
|
|
"pezkuwi": {
|
|
"types": [
|
|
{
|
|
"minmax": [0, 200],
|
|
"types": {
|
|
"DispatchErrorModule": "DispatchErrorModuleU8",
|
|
"FullIdentification": "()",
|
|
"Keys": "SessionKeys7B",
|
|
"Weight": "WeightV1",
|
|
"AccountInfo": "AccountInfoWithDualRefCount",
|
|
"Address": "AccountId",
|
|
"LookupSource": "AccountId"
|
|
}
|
|
},
|
|
{
|
|
"minmax": [201, 214],
|
|
"types": {
|
|
"DispatchErrorModule": "DispatchErrorModuleU8",
|
|
"FullIdentification": "()",
|
|
"Keys": "SessionKeys7B",
|
|
"Weight": "WeightV1",
|
|
"AccountInfo": "AccountInfoWithDualRefCount"
|
|
}
|
|
},
|
|
{
|
|
"minmax": [215, 228],
|
|
"types": {
|
|
"DispatchErrorModule": "DispatchErrorModuleU8",
|
|
"FullIdentification": "()",
|
|
"Keys": "SessionKeys6",
|
|
"Weight": "WeightV1"
|
|
}
|
|
},
|
|
{
|
|
"minmax": [229, null],
|
|
"types": {
|
|
"Weight": "WeightV1"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|