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

e2e: use hermes master docker image #4643

Merged
merged 4 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: "master" # override with RELAYER_TAG
crodriguezvega marked this conversation as resolved.
Show resolved Hide resolved

cometbft:
logLevel: info
Expand Down
Loading