ApeWorX / ape-foundry

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

fix: gas price hack fix [APE-1199] #65

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

gas price is a string for some reason now in web3, seems like a bug because it is described as an int. Anyway, we fixed this in core already but it isn't released yet so we have to temporarily fix here as well

How I did it

check if str and hex and int 16 it

How to verify it

passing tests will need this for the other 2 PRs

Checklist