cgewecke / hardhat-gas-reporter

Gas Usage Analytics for Hardhat
MIT License
404 stars 55 forks source link

Fetch blobBaseFee dynamically / query Optimism GasOracle for scalars #217

Closed cgewecke closed 4 months ago

cgewecke commented 4 months ago

As of today, Optimism's GasOracle returns 1 for the blobBaseFee. This could be because relevant RPC endpoints have not shipped in Geth yet so no one knows what the fee is? Not sure.

The oracle is updated every few seconds...

Open Questions