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
erigon supports erigon_getHeaderByNumber, which can be wrapped into a jsonrpc batches of 100-1000 to get all block headers in minutes. this method could also be used as a cheap way to enrich other datasets with timestamps.
let block = provider.request("erigon_getHeaderByNumber",[number]).await;
The text was updated successfully, but these errors were encountered:
erigon supports
erigon_getHeaderByNumber
, which can be wrapped into a jsonrpc batches of 100-1000 to get all block headers in minutes. this method could also be used as a cheap way to enrich other datasets with timestamps.The text was updated successfully, but these errors were encountered: