Skip to content

Commit bf93a68

Browse files
committed
hardcode blocknumber
1 parent 30abac1 commit bf93a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/services/BlockProcessor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export class BlockProcessor {
162162
chain: 'relay-chain',
163163
details: JSON.stringify(currentOnChainStage.toJSON()),
164164
scheduledBlockNumber: currentOnChainStage.isScheduled
165-
? (currentOnChainStage.asScheduled.toJSON() as any).start
165+
? 7926930
166166
: undefined,
167167
});
168168

0 commit comments

Comments
 (0)