fix: set startBlock to current chain height

RPC nodes run in pruned mode (~256 blocks state history).
Setting startBlock to recent blocks ensures all required
state is available. Old blocks have no significant user
transactions to index.
This commit is contained in:
2026-02-19 02:33:47 +03:00
parent 0130c5984a
commit dcbd38fb5f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ network:
dataSources: dataSources:
- name: main - name: main
kind: substrate/Runtime kind: substrate/Runtime
startBlock: 1 startBlock: 56400
mapping: mapping:
file: ./dist/index.js file: ./dist/index.js
handlers: handlers:
+1 -1
View File
@@ -22,7 +22,7 @@ network:
dataSources: dataSources:
- name: governance - name: governance
kind: substrate/Runtime kind: substrate/Runtime
startBlock: 1 startBlock: 57100
mapping: mapping:
file: ./dist/index.js file: ./dist/index.js
handlers: handlers:
+1 -1
View File
@@ -22,7 +22,7 @@ network:
dataSources: dataSources:
- name: main - name: main
kind: substrate/Runtime kind: substrate/Runtime
startBlock: 1 startBlock: 57100
mapping: mapping:
file: ./dist/index.js file: ./dist/index.js
handlers: handlers: