You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're right. It does require an RPC endpoint for mainnet (but it can be a slow, public one if you're scraping a different chain). There's a couple of issues here:
Require the end user to have an RPC for Ethereum mainnet,
Assume that, if there is no RPC for mainnet, and the scraper is proceeding on a different chain, that there is no downloadable manifest for that chain, so proceed with a re-build from block zero.
The text was updated successfully, but these errors were encountered:
You're right. It does require an RPC endpoint for mainnet (but it can be a slow, public one if you're scraping a different chain). There's a couple of issues here:
I wrote this issue: #9 (comment)
I guess there's two way to handle this:
The text was updated successfully, but these errors were encountered: