ApeWorX / ape-ganache

Ganache network provider plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
4 stars 6 forks source link

feat: impersonate accounts at genesis time #15

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

Implements Ganache's feature of unlocked accounts. https://trufflesuite.com/blog/introducing-ganache-7/#7-impersonate-any-account

fixes: APE-379

How I did it

Allow user to specify accounts in config file. Add those accounts to the CLI build command function.

How to verify it

See the test I added.

Checklist