-
Notifications
You must be signed in to change notification settings - Fork 196
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
refactor(cli): getWorldContracts #2718
Conversation
|
Co-authored-by: Kevin Ingersoll <[email protected]>
In #2662 (contract verification) it is useful to have a list of the names and bytecode for the standard contracts deployed by MUD (
InitModule
,World
etc.)As pointed out in #2662 (comment) we can split this into a seperate PR and rework the approach too.