From dcbd38fb5f945e57a1d955eb1eb0bc84d37e751c Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Thu, 19 Feb 2026 02:33:47 +0300 Subject: [PATCH] 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. --- pezkuwi-assethub.yaml | 2 +- pezkuwi-governance.yaml | 2 +- pezkuwi.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pezkuwi-assethub.yaml b/pezkuwi-assethub.yaml index 69f8371..0959584 100644 --- a/pezkuwi-assethub.yaml +++ b/pezkuwi-assethub.yaml @@ -19,7 +19,7 @@ network: dataSources: - name: main kind: substrate/Runtime - startBlock: 1 + startBlock: 56400 mapping: file: ./dist/index.js handlers: diff --git a/pezkuwi-governance.yaml b/pezkuwi-governance.yaml index e06f042..6bbf3bd 100644 --- a/pezkuwi-governance.yaml +++ b/pezkuwi-governance.yaml @@ -22,7 +22,7 @@ network: dataSources: - name: governance kind: substrate/Runtime - startBlock: 1 + startBlock: 57100 mapping: file: ./dist/index.js handlers: diff --git a/pezkuwi.yaml b/pezkuwi.yaml index 63f8e94..45f4889 100644 --- a/pezkuwi.yaml +++ b/pezkuwi.yaml @@ -22,7 +22,7 @@ network: dataSources: - name: main kind: substrate/Runtime - startBlock: 1 + startBlock: 57100 mapping: file: ./dist/index.js handlers: