-
Notifications
You must be signed in to change notification settings - Fork 552
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
feat: expose chain-registry structs #4472
Conversation
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.
An enhancement could be to unify the JSON serialization into a single shared function (e.g., SaveAsJSON) and call it from each struct’s method
I don't really get the advantage. For connect for instance we just need the struct, and in CLI calling them separately is fine right |
* feat: expose chain-registry structs * updates * split * structure * updates * lint (cherry picked from commit ec26e2e) # Conflicts: # ignite/services/scaffolder/chain_registry.go
This PR exposes the chain registry structs that were recently added.
This package will then be used by Ignite Connect app to avoid duplication (ignite/apps#102)