Skip to content

Commit

Permalink
update upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiandre committed Sep 23, 2024
1 parent 9221295 commit ff5553d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interchaintest/chain_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

const (
chainName = "juno"
upgradeName = "v23"
upgradeName = "v25"

haltHeightDelta = int64(9) // will propose upgrade this many blocks in the future
blocksAfterUpgrade = int64(7)
Expand All @@ -34,7 +34,7 @@ var (
// baseChain is the current version of the chain that will be upgraded from
baseChain = ibc.DockerImage{
Repository: JunoMainRepo,
Version: "v22.0.1",
Version: "v24.0.0",
UidGid: "1025:1025",
}
)
Expand Down

0 comments on commit ff5553d

Please sign in to comment.