From 046ca92822843440f91de32ba62cd65f2c39c2dc Mon Sep 17 00:00:00 2001 From: peartes Date: Mon, 18 Nov 2024 13:21:00 +0100 Subject: [PATCH] chore: undo local changes --- integration_tests/utils.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_tests/utils.go b/integration_tests/utils.go index f83f6fb6..202a5336 100644 --- a/integration_tests/utils.go +++ b/integration_tests/utils.go @@ -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, ":")