Skip to content

Commit

Permalink
deps(e2e): update hermes tag (#4968)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Oct 27, 2023
1 parent 3ac8566 commit 5e393c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ options specified in your config file.
| CHAIN_B_TAG | The tag used for chain A | latest |
| CHAIN_BINARY | The binary used in the container | simd |
| RELAYER_TAG | The tag used for the relayer | main |
| RELAYER_ID | The type of relayer to use (rly/hermes) | hermes |
| RELAYER_ID | The type of relayer to use (rly/hermes) | hermes |

> Note: when running tests locally, **no images are pushed** to the `ghcr.io/cosmos/ibc-go-simd` registry.
The images which are used only exist on your machine.
Expand Down
2 changes: 1 addition & 1 deletion e2e/sample.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ activeRelayer: hermes # override with RELAYER_ID
relayers:
- id: hermes
image: ghcr.io/informalsystems/hermes
tag: "bef2f53"
tag: "v1.7.0"
- id: rly
image: ghcr.io/cosmos/relayer
tag: "latest"
Expand Down
2 changes: 1 addition & 1 deletion e2e/testsuite/testconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const (
// all images are here https://github.com/cosmos/relayer/pkgs/container/relayer/versions
defaultRlyTag = "latest"
// defaultHermesTag is the tag that will be used if no relayer tag is specified for hermes.
defaultHermesTag = "bef2f53"
defaultHermesTag = "v1.7.0"
// defaultChainTag is the tag that will be used for the chains if none is specified.
defaultChainTag = "main"
// defaultConfigFileName is the default filename for the config file that can be used to configure
Expand Down

0 comments on commit 5e393c5

Please sign in to comment.