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: various issues preventing impersonated accounts and forks from working #80

Closed antazoey closed 8 months ago

antazoey commented 8 months ago

What I did

fixes: https://github.com/ApeWorX/ape/issues/1783

How I did it

How to verify it

1: set gas price in CLI to default to 0 2: delete hack in code that is no longer necessary (at least I think it is no longer necessary??)

Checklist

antazoey commented 8 months ago

NOTE: Tests are failing because they require this PR: https://github.com/ApeWorX/ape/pull/1814