Skip to content

Commit

Permalink
wormchain: update mnemonics for hermes relayer
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-suri committed Aug 15, 2023
1 parent a1035f8 commit f702d2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wormchain/ibc-relayer/hermes-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -euo pipefail

# load the keys
hermes keys add --key-name keyterra --hd-path "m/44'/330'/0'/0/0" --chain localterra --mnemonic-file mnemonic_file.txt
hermes keys add --key-name keywormhole --chain wormchain --mnemonic-file mnemonic_file.txt
hermes keys add --key-name keyterra --hd-path "m/44'/330'/0'/0/0" --chain localterra --mnemonic-file mnemonic_terra.txt
hermes keys add --key-name keywormhole --chain wormchain --mnemonic-file mnemonic_gateway.txt

# create the IBC Generic Emission channel
hermes create channel \
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions wormchain/ibc-relayer/mnemonic_terra.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
quality vacuum heart guard buzz spike sight swarm shove special gym robust assume sudden deposit grid alcohol choice devote leader tilt noodle tide penalty

0 comments on commit f702d2a

Please sign in to comment.