Skip to content

Commit

Permalink
chore: change image name in config
Browse files Browse the repository at this point in the history
  • Loading branch information
wnjoon committed Jan 21, 2025
1 parent 9451cc8 commit e492da4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/e2e/containers/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ const (
// name of babylon image produced by running `make build-docker`
BabylonContainerName = "babylonlabs-io/babylond"
// name of babylon image before the upgrade
BabylonContainerNameBeforeUpgrade = "babylonlabs/babylond"
// BabylonContainerNameBeforeUpgrade = "babylonlabs/babylond"
// BabylonContainerTagBeforeUpgrade = "v0.9.3"
BabylonContainerTagBeforeUpgrade = "latest"
BabylonContainerNameBeforeUpgrade = "babylonlabs-io/babylond-e2e-init-chain"
BabylonContainerTagBeforeUpgrade = "latest"

// name of the image produced by running `make e2e-init-chain` in contrib/images
InitChainContainerE2E = "babylonlabs-io/babylond-e2e-init-chain"
Expand Down

0 comments on commit e492da4

Please sign in to comment.