From f12f5aefdc21c4600b49ba9d9eba64414cd56d46 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 21 Jun 2023 11:17:40 -0400 Subject: [PATCH] Update mercury telemetry version (#9676) --- core/services/ocr2/delegate.go | 2 +- core/services/synchronization/common.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/services/ocr2/delegate.go b/core/services/ocr2/delegate.go index 932ae7be811..f7a3d3c74f8 100644 --- a/core/services/ocr2/delegate.go +++ b/core/services/ocr2/delegate.go @@ -478,7 +478,7 @@ func (d *Delegate) newServicesMercury( Database: ocrDB, LocalConfig: lc, Logger: ocrLogger, - MonitoringEndpoint: d.monitoringEndpointGen.GenMonitoringEndpoint(spec.FeedID.String(), synchronization.OCR2Mercury), + MonitoringEndpoint: d.monitoringEndpointGen.GenMonitoringEndpoint(spec.FeedID.String(), synchronization.OCR3Mercury), OffchainConfigDigester: mercuryProvider.OffchainConfigDigester(), OffchainKeyring: kb, OnchainKeyring: kb, diff --git a/core/services/synchronization/common.go b/core/services/synchronization/common.go index c492d9d9361..6684d453490 100644 --- a/core/services/synchronization/common.go +++ b/core/services/synchronization/common.go @@ -11,6 +11,6 @@ const ( OCR2Automation TelemetryType = "ocr2-automation" OCR2Functions TelemetryType = "ocr2-functions" OCR2Median TelemetryType = "ocr2-median" - OCR2Mercury TelemetryType = "ocr2-mercury" + OCR3Mercury TelemetryType = "ocr3-mercury" OCR2VRF TelemetryType = "ocr2-vrf" )