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: handling gas-related fixes for remote nodes #82

Closed antazoey closed 7 months ago

antazoey commented 7 months ago

What I did

fixes: #81

so couple things, there seems to be an issue with eth_gasPrice not honoring the CLI value, so had to throw in a hack for that. but mainly, the fixes i put in place to help wavey ended up breaking some remote node stuff... sorry.

How I did it

use RPC whenever we can.

How to verify it

actually need @mikeshultz to verify if this fixes the issue. i know it at least fixes issues would like to make sure.

i made sure wavey's project still works!

Checklist