From 2eeeef7063e37b6d8a361dce7cd473b56530c02a Mon Sep 17 00:00:00 2001 From: Alex | Skip Date: Fri, 11 Oct 2024 10:36:52 -0400 Subject: [PATCH] fix: ics provider version (#792) --- tests/integration/consumer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/consumer.go b/tests/integration/consumer.go index 5c9b12130..80a2a4cd1 100644 --- a/tests/integration/consumer.go +++ b/tests/integration/consumer.go @@ -17,7 +17,7 @@ import ( var ( providerChainID = "provider-1" providerNumValidators = 4 - providerVersion = "v5.0.0-rc0" + providerVersion = "v6.0.0" ) // CCVChainConstructor is a constructor for the CCV chain