Skip to content

Commit e30d231

Browse files
committed
fix: fix
1 parent 89731bf commit e30d231

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
@@ -189,9 +189,9 @@ func modifyGenesisAll(nw *NobleWrapper, setupAllCircleRoles bool) func(cc ibc.Ch
189189

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

197197
if setupAllCircleRoles {

0 commit comments

Comments
 (0)