diff --git a/packages/evm-consensus/source/services/rounds-iterator.ts b/packages/evm-consensus/source/services/rounds-iterator.ts index 8860164c2..b2e7b3754 100644 --- a/packages/evm-consensus/source/services/rounds-iterator.ts +++ b/packages/evm-consensus/source/services/rounds-iterator.ts @@ -7,7 +7,7 @@ import { ethers } from "ethers"; import { Identifiers as EvmConsensusIdentifiers } from "../identifiers.js"; -const ROUNDS_PER_REQUEST = 10_000; +const ROUNDS_PER_REQUEST = 1000; @injectable() export class AsyncValidatorRoundsIterator implements AsyncIterable { @@ -55,6 +55,7 @@ export class AsyncValidatorRoundsIterator implements AsyncIterable