ApeWorX / ape-safe

Safe (Wallet) account plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
14 stars 8 forks source link

ContractNotFoundError when running `ape test` on `polygon-fork` and `ape-safe` is installed. #44

Closed antazoey closed 6 months ago

antazoey commented 6 months ago

For some dang reason, I get a random ContractNotFoundError with ape-safe installed and running tests on ape-foundry using the polygon-fork networks. Uninstalling ape-safe fixes my problem.

linear[bot] commented 6 months ago

APE-1727 ContractNotFoundError when running `ape test` on `polygon-fork` and `ape-safe` is installed.

antazoey commented 6 months ago

Ah, found out this was related to using the wrong account (example wasn't using test fixture but was using live accounts)