Closed iankressin closed 3 months ago
This PR adds the ability to run queries on a range of blocks.
Example: GET blob_gas_used FROM block 1:10 ON eth GET blob_gas_used FROM block 20495665:latest ON eth
GET blob_gas_used FROM block 1:10 ON eth
GET blob_gas_used FROM block 20495665:latest ON eth
This PR adds the ability to run queries on a range of blocks.
Example:
GET blob_gas_used FROM block 1:10 ON eth
GET blob_gas_used FROM block 20495665:latest ON eth