Hello. Iām searching for past events using ethersjs query filter on the Binance archive node. The event Iām searching for happens every 10000 blocks, but when I send the query like so,
let events= await contract.queryFilter(filter, -10000, "latest");
I always an error with reason:ābad responseā, code: āSERVER_ERRORā, and body: āThe request failed with status code 503ā.
Any guidance is appreciated, thanks.