I am using the 2.2.5 stable build, and this is the error I get on my frontend:
error in getPastEvents.
fromBlock: 16200617
toBlock: 16260617
attempts: 0
names: RelayServerRegistered,RelayWorkersAdded,TransactionRelayed,TransactionRejectedByPaymaster
extraTopics:
options: {"fromBlock":16200617,"toBlock":16260617}
Error: Internal JSON-RPC error.
{
"code": -32000,
"message": "requested too many blocks from 16200617 to 16260617, maximum is set to 2048"
}
And it keeps giving me this error continuously in my console. Any possible explanations why this occurs?