Skip to content
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

Update HERMES.md #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Jackson-DKMG
Copy link

added some elements, corrected a few typos/incorrect wording

added some elements, corrected a few typos/incorrect wording
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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this in useful commands

@@ -178,9 +192,11 @@ hermes keys add --key-name elys-relayer --chain elystestnet-1 --mnemonic-file HO
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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants