diff --git a/src/main.ts b/src/main.ts index efd3323..32466cd 100644 --- a/src/main.ts +++ b/src/main.ts @@ -18,7 +18,7 @@ let isMigratedNftsSaved = !config.nfts.readMigratedNfts; const state = new BatchState(); -processor.run(new TypeormDatabase(), async (ctx) => { +processor.run(new TypeormDatabase({ supportHotBlocks: false }), async (ctx) => { state.newBatch(ctx.store); if (!isMigratedNftsSaved) {