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: force type 0 transactions when using impersonated accounts #83

Closed antazoey closed 7 months ago

antazoey commented 7 months ago

What I did

Impersonated accounts dont work when they have no balance and are using type 2. This forces type 0 to lessen confusion.

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

How I did it

How to verify it

Checklist