Replies: 1 comment
-
Keep in mind I keep meaning to contact Etherscan and see if I can get them to include the blockhash in their response. I’ll move this to on-deck to remind me. I could also provide an alternate _getLogs that doesn’t do the necessary fetch to keep the API stable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
EtherscanProvider has specific logic for downloading blockHash for all logs.
In my case i downloaded 1000 logs (etherscan limit) with different blocks, after which ethers.js executed 1000 requests
Also etherscan getLogs returns block timestamp in response.
So.
I did it all (without multicall) in my EtherscanProviderEx, i think it will be also useful in ethers.js.
Beta Was this translation helpful? Give feedback.
All reactions