Skip to content

Commit

Permalink
chore: undo local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Peartes committed Nov 18, 2024
1 parent a1a7e13 commit 046ca92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ func BuildXionChain(t *testing.T, gas string, modifyGenesis func(ibc.ChainConfig
ctx := context.Background()

numFullNodes := 1
numValidators := 1
numValidators := 3

// pulling image from env to foster local dev
imageTag := os.Getenv("XION_TEST_IMAGE")
imageTag := os.Getenv("XION_IMAGE")
println("image tag:", imageTag)
imageTagComponents := strings.Split(imageTag, ":")

Expand Down

0 comments on commit 046ca92

Please sign in to comment.