Refactor to create init states for template contracts

This commit is contained in:
2023-11-27 17:17:42 +05:30
parent 220f3ddf24
commit 39af78050b
7 changed files with 29 additions and 24 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ export class Indexer implements IndexerInterface {
return undefined;
}
async processBlock (blockProgress: BlockProgressInterface): Promise<void> {
async preEventsBlockProcessing (blockProgress: BlockProgressInterface): Promise<void> {
return undefined;
}