Update HERMES.md#2
Open
Jackson-DKMG wants to merge 1 commit intoelys-network:mainfrom
Open
Conversation
added some elements, corrected a few typos/incorrect wording
| sudo systemctl enable hermesd.service | ||
| sudo systemctl daemon-reload | ||
| sudo systemctl start hermesd.service | ||
| sudo journalctl -fu hermesd -n 100 #to monitor the activity of the relayer and verify that it works as intended. |
There was a problem hiding this comment.
Added this in useful commands
| hermes keys add --key-name juno-relayer --chain uni-6 --mnemonic-file $HOME/.hermes/juno-relayer.txt | ||
| ``` | ||
|
|
||
| **Important**: make sure that the imported wallet address is correct. In some cases, you will need to specify the _derivation path_ by adding a flag to the command, e.g. for Injective:`--hd-path "m/44'/60'/0'/0/0"`. Find the information about the chain's derivation path at https://cosmos.directory. |
There was a problem hiding this comment.
I was thinking on adding ethermint address type but also it requires some changes in config.toml. So maybe it's better to move this stuff to separate section? what do you think?
Author
There was a problem hiding this comment.
Yes perhaps. I have not used ethermint addresses so far actually, unsure whether it is a frequent thing or not really.
But feel free to reorganize as you see fit!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
added some elements, corrected a few typos/incorrect wording