From 0426d098390513f0dd017a7d0c6b2fc0cf251f20 Mon Sep 17 00:00:00 2001 From: davidcauchi Date: Thu, 12 Dec 2024 23:17:03 +0100 Subject: [PATCH] Update sentinel commit --- integration-tests/go.mod | 3 +-- integration-tests/go.sum | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 3aeb40dd0a0..21022e77976 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -46,7 +46,7 @@ require ( github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.2 github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.18 github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 - github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.0.0-00010101000000-000000000000 + github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.0.0-20241212220303-4fd44a35f069 github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.9 github.com/smartcontractkit/chainlink-testing-framework/wasp v1.50.2 github.com/smartcontractkit/chainlink/deployment v0.0.0-00010101000000-000000000000 @@ -548,6 +548,5 @@ replace ( github.com/btcsuite/btcd/btcec/v2 => github.com/btcsuite/btcd/btcec/v2 v2.3.2 // replicating the replace directive on cosmos SDK github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 - github.com/smartcontractkit/chainlink-testing-framework/sentinel => ../../chainlink-testing-framework/sentinel github.com/sourcegraph/sourcegraph/lib => github.com/sourcegraph/sourcegraph-public-snapshot/lib v0.0.0-20240822153003-c864f15af264 ) diff --git a/integration-tests/go.sum b/integration-tests/go.sum index 9cc6814f3cc..b1e4d861466 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1454,6 +1454,8 @@ github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.18 h1:a3xetGZh github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.18/go.mod h1:NwmlNKqrb02v4Sci4b5KW644nfH2BW+FrKbWwTN5r6M= github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 h1:VIxK8u0Jd0Q/VuhmsNm6Bls6Tb31H/sA3A/rbc5hnhg= github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0/go.mod h1:lyAu+oMXdNUzEDScj2DXB2IueY+SDXPPfyl/kb63tMM= +github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.0.0-20241212220303-4fd44a35f069 h1:Y9m88yrAY387ArLSu37x5TcKK5N1LjEWQs6Oub7Z+NI= +github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.0.0-20241212220303-4fd44a35f069/go.mod h1:jF7FxKvk2IcxvMEiEzk9OSamo1+ngMf7Wc5Mdbcz9jY= github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.9 h1:yB1x5UXvpZNka+5h57yo1/GrKfXKCqMzChCISpldZx4= github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.9/go.mod h1:lJk0atEJ5Zyo3Tqrmf1Pl9jUEe79EgDb9bD3K5OTUBI= github.com/smartcontractkit/chainlink-testing-framework/wasp v1.50.2 h1:7bCdbTUWzyczQg+kwHCxlx6y07zE8HNB8+ntTne6qd8=