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
[ ] Passes all linting checks (pre-commit and CI jobs)
[ ] New test cases have been added and are passing
[ ] Documentation has been updated
[ ] PR title follows Conventional Commit standard (will be automatically included in the changelog)
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