Skip to content

Commit

Permalink
Bump hermes to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Jun 1, 2023
1 parent b56a20e commit 23bd0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-workflow-call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ on:
relayer-tag:
description: "The tag to use for the relayer"
required: false
default: "1.4.0" # the tests themselves will choose a sensible default when unset.
default: "1.5.0" # the tests themselves will choose a sensible default when unset.
type: string
build-and-push-docker-image:
description: "Flag to specify if the docker image should be built and pushed beforehand"
Expand Down
2 changes: 1 addition & 1 deletion e2e/testconfig/testconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const (
// all images are here https://github.com/cosmos/relayer/pkgs/container/relayer/versions
defaultRlyTag = "latest" // "andrew-tendermint_v0.37" // "v2.2.0"
// defaultHermesTag is the tag that will be used if no relayer tag is specified for hermes.
defaultHermesTag = "v1.4.0"
defaultHermesTag = "v1.5.0"
// defaultChainTag is the tag that will be used for the chains if none is specified.
defaultChainTag = "main"
// defaultRelayerType is the default relayer that will be used if none is specified.
Expand Down

0 comments on commit 23bd0e7

Please sign in to comment.