-
Notifications
You must be signed in to change notification settings - Fork 4
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: put hermes under root cmd #82
Conversation
Cannot we do like we did for network? Alternatively, we could have a relayer no-op app in Ignite that is cobra hidden that just display to install the app when called. |
done on fbec985 |
Cool! But isn't it something we should do on ignite cli side instead? |
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.
Lgtm, but i actually think the relayer command should be on ignite side (for backward compatibility)
Nvm, I see it in the other PR too. |
Description
since we are removing the ts-relayer, the
ignite relayer
command will not exist and will break the hermes app