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

feat: restrict to test accounts in local networks [APE-1377] #21

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

I was having a bug where it would use keyfile accounts because of the address look-up, and that caused unexpected stdin to happen during tests. To alleviate, I made it use test accounts for local networks.

How I did it

change net first and restrict if needed

How to verify it

tests work localloy now

Checklist