Skip to content

Commit 2fe32ef

Browse files
committed
chore: resolve upgrade test issue
1 parent 4ade3ab commit 2fe32ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

e2e/utils.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ func modifyGenesisAll(nw *NobleWrapper, setupAllCircleRoles bool) func(cc ibc.Ch
186186
}
187187

188188
// Modify the genesis file with the appropriate Dollar Vaults Season One and Two state.
189-
// For v10.1.0, we opt to not set this state as these values were hardcoded in the app wiring!
190-
if cc.Images[0].Version != "v10.1.0" {
189+
// For v10.1, we opt to not set this state as these values were hardcoded in the app wiring!
190+
if cc.Images[0].Version != "v10.1.1" {
191191
updatedGenesis = append(updatedGenesis, cosmos.NewGenesisKV("app_state.dollar.vaults.season_one_ended", true))
192192
updatedGenesis = append(updatedGenesis, cosmos.NewGenesisKV("app_state.dollar.vaults.season_two_yield_collector", nw.Authority.FormattedAddress()))
193193
}

0 commit comments

Comments
 (0)