Skip to content

Commit

Permalink
Update mercury telemetry version (#9676)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav authored and FelixFan1992 committed Jul 6, 2023
1 parent ac85db1 commit e407f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/services/ocr2/delegate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion core/services/synchronization/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit e407f0a

Please sign in to comment.