Skip to content

Commit

Permalink
chore: pin gaia version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed May 22, 2024
1 parent b20ab74 commit e95e3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func Suite(t *testing.T, wrapper *Wrapper, ibcEnabled bool) (ctx context.Context
if ibcEnabled {
specs = append(specs, &interchaintest.ChainSpec{
Name: "gaia",
Version: "latest",
Version: "v16.0.0",
NumValidators: &numValidators,
NumFullNodes: &numFullNodes,
ChainConfig: ibc.ChainConfig{
Expand Down

0 comments on commit e95e3b7

Please sign in to comment.