mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-21 23:37:56 +00:00
Fix query service schema and set startBlock for pruned RPC
- Change query service --name=app to --name=project to match node schema - Set startBlock to 185900 (RPC endpoints are pruned, no archive available)
This commit is contained in:
+1
-1
@@ -50,5 +50,5 @@ services:
|
|||||||
DB_HOST: postgres
|
DB_HOST: postgres
|
||||||
DB_PORT: 5432
|
DB_PORT: 5432
|
||||||
command:
|
command:
|
||||||
- --name=app
|
- --name=project
|
||||||
- --playground
|
- --playground
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@ network:
|
|||||||
dataSources:
|
dataSources:
|
||||||
- name: main
|
- name: main
|
||||||
kind: substrate/Runtime
|
kind: substrate/Runtime
|
||||||
startBlock: 1
|
startBlock: 185900
|
||||||
mapping:
|
mapping:
|
||||||
file: ./dist/index.js
|
file: ./dist/index.js
|
||||||
handlers:
|
handlers:
|
||||||
|
|||||||
Reference in New Issue
Block a user