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