Skip to content

Commit

Permalink
relay: fix cointype 60...
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Jun 28, 2024
1 parent 978041f commit 2b83bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/cron/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for chain_id in $chain_ids; do
if [ $( echo "${chain_id}" | grep -cE "^(canto_7700-1)$" ) -ne 0 ]; then
hd_path="m/44'/60'/0'/0/0" # evm
fi
$HOME/.hermes/bin/hermes keys add -hd-path "hd_path" --chain $chain_id --mnemonic-file $HOME/.hermes/mnemonic.txt
$HOME/.hermes/bin/hermes keys add -hd-path "${hd_path}" --chain $chain_id --mnemonic-file $HOME/.hermes/mnemonic.txt
done

########################################################################################################################
Expand Down

0 comments on commit 2b83bd7

Please sign in to comment.