-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: singleton check #31
Conversation
@solarthesis just leave an approval if it all works for you now with this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you @fubuloubu appreciate the fix, 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think a function would make more sense, but it's not like this doesn't work.
@@ -1,6 +1,11 @@ | |||
# Ape stuff | |||
.build/ | |||
|
|||
# NPM Stuff | |||
node_modules/ | |||
package.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does package.json
get generated? It isn't a typical file to exclude, that is why I am asking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, from ape configured to install the safe contract dependency (which is the source of the info)
otherwise it will probably get touched for every variation of the safe contracts we test
What I did
Noticed that the bytecode we were using did not properly match when it was deployed to an alternative network
fixes: #27
How I did it
How to verify it
Checklist
- [ ] New test cases have been added and are passing- [ ] Documentation has been updated