diff --git a/src/scripts/pull_and_save_block_events.ts b/src/scripts/pull_and_save_block_events.ts index ff6d21a6..da1e96e6 100644 --- a/src/scripts/pull_and_save_block_events.ts +++ b/src/scripts/pull_and_save_block_events.ts @@ -338,12 +338,7 @@ export class BlockEventsScraper { ); const newBlocks = await web3Source.getBatchBlockInfoAsync(blockNumbers, true); - const success = await getParseSaveBlocksTransactionsEvents( - connection, - producer, - newBlocks, - allowPartialSuccess, - ); + const success = await getParseSaveBlocksTransactionsEvents(connection, producer, newBlocks, false); if (success) { const queryRunner = connection.createQueryRunner(); await queryRunner.connect();