Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 2eeeef7

Browse files
author
Alex | Skip
authored
fix: ics provider version (#792)
1 parent fc1f860 commit 2eeeef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/consumer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
var (
1818
providerChainID = "provider-1"
1919
providerNumValidators = 4
20-
providerVersion = "v5.0.0-rc0"
20+
providerVersion = "v6.0.0"
2121
)
2222

2323
// CCVChainConstructor is a constructor for the CCV chain

0 commit comments

Comments
 (0)