From 0e43b57bf5ddf7be6a862b46eb930dec4959380e Mon Sep 17 00:00:00 2001 From: aljo242 Date: Thu, 23 Jan 2025 15:21:35 -0500 Subject: [PATCH] update ics --- tests/integration/consumer.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/consumer.go b/tests/integration/consumer.go index 6ddbb86f9..6fa39fb37 100644 --- a/tests/integration/consumer.go +++ b/tests/integration/consumer.go @@ -16,8 +16,8 @@ import ( var ( providerChainID = "provider-1" - providerNumValidators = int(4) - providerVersion = "v5.0.0-rc0" + providerNumValidators = 4 + providerVersion = "v5.2.0" ) // CCVChainConstructor is a constructor for the CCV chain