Skip to content

Commit

Permalink
e2e: use hermes master docker image (#4643)
Browse files Browse the repository at this point in the history
* use hermes master docker image

* update tag

---------

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
  • Loading branch information
crodriguezvega and colin-axner committed Sep 14, 2023
1 parent 715536c commit 4ef9186
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/relayer/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
Rly = "rly"
Hermes = "hermes"

HermesRelayerRepository = "colinaxner/hermes"
HermesRelayerRepository = "ghcr.io/informalsystems/hermes"
hermesRelayerUser = "1000:1000"
RlyRelayerRepository = "ghcr.io/cosmos/relayer"
rlyRelayerUser = "100:1000" // docker run -it --rm --entrypoint echo ghcr.io/cosmos/relayer "$(id -u):$(id -g)"
Expand Down
4 changes: 2 additions & 2 deletions e2e/sample.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ chains:

relayer:
type: hermes # override with RELAYER_TYPE
image: colinaxner/hermes # override with RELAYER_IMAGE
tag: "v1.6.0" # override with RELAYER_TAG
image: ghcr.io/informalsystems/hermes # override with RELAYER_IMAGE
tag: "bef2f53" # override with RELAYER_TAG

cometbft:
logLevel: info
Expand Down

0 comments on commit 4ef9186

Please sign in to comment.