Skip to content

Commit

Permalink
hotfix relayer main command
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jul 11, 2024
1 parent d6859cd commit a28fd08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pages/config/relayers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Supported version of relayers can be found:
relayers:
- name: hermes-osmo-juno
type: hermes
image: ghcr.io/cosmology-tech/starship/hermes:1.5.1
image: ghcr.io/cosmology-tech/starship/hermes:1.10.0
...
- name: ts-relayer-cosmos-juno
type: ts-relayer
Expand Down
2 changes: 1 addition & 1 deletion starship/charts/devnet/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ defaultRelayers:
ts-relayer:
image: ghcr.io/cosmology-tech/starship/ts-relayer:0.9.0
hermes:
image: ghcr.io/cosmology-tech/starship/hermes:v1.7.4
image: ghcr.io/cosmology-tech/starship/hermes:1.10.0
config:
global:
log_level: "info"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ spec:
- |
RLY_INDEX=${HOSTNAME##*-}
echo "Relayer Index: $RLY_INDEX"
sleep infinity
hermes start
resources: {{- include "devnet.node.resources" ( dict "node" $relayer "context" $ ) | trim | nindent 12 }}
securityContext:
Expand Down

0 comments on commit a28fd08

Please sign in to comment.