-
Notifications
You must be signed in to change notification settings - Fork 40
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
chore: generate the wrappers from .abi and .bin #139
Conversation
Co-authored-by: John Adler <[email protected]>
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.
utACK, will trust it's tested. The script might fail is the filename has spaces, but you can fix that in a follow-up issue.
@adlerjohn
So that we don't have the redundant |
Overview
The wrapper is different in this case because it will only contain the structs and helper methods for the QuantumGravityBridge contract. Previously, it was also including the other intermediary contracts like IDAOracle and others.
Checklist