Add sender=account for empty deploy() methods and fix the example factory contract so people can copy and paste the contract if they want to use it as an example.
fixes: APE-384
How I did it
How to verify it
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
Add sender=account for empty deploy() methods and fix the example factory contract so people can copy and paste the contract if they want to use it as an example.
fixes: APE-384
How I did it
How to verify it
Checklist