mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-22 01:57:58 +00:00
Add self-hosted SubQuery node with @pezkuwi aliases
- 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.
This commit is contained in:
@@ -17,6 +17,8 @@ network:
|
||||
endpoint:
|
||||
- wss://rpc.pezkuwichain.io
|
||||
- wss://mainnet.pezkuwichain.io
|
||||
chaintypes:
|
||||
file: ./chainTypes/pezkuwi.json
|
||||
dataSources:
|
||||
- name: main
|
||||
kind: substrate/Runtime
|
||||
|
||||
Reference in New Issue
Block a user