ApeWorX / ape-foundry

Foundry network provider for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
33 stars 13 forks source link

fix: base fee not found in block err [APE-1021] #52

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

some weird issue where base fee is not in the block. thankfully, in foundry this is ok because we configure the base fee ahead of time and just return that value, so it is also a performance optimization in that sense.

How I did it

How to verify it

Checklist