From c0822e53b5498ae6d22895b54bd8dab0d56bbada Mon Sep 17 00:00:00 2001 From: Silas Lenihan Date: Mon, 23 Jun 2025 11:09:17 -0400 Subject: [PATCH] Resolved Write Target Monitor TODO --- capabilities/writetarget/write_target_monitor.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/capabilities/writetarget/write_target_monitor.go b/capabilities/writetarget/write_target_monitor.go index 286a710..b6f2cdf 100644 --- a/capabilities/writetarget/write_target_monitor.go +++ b/capabilities/writetarget/write_target_monitor.go @@ -13,10 +13,9 @@ import ( ) const ( - repoCLLCommon = "https://raw.githubusercontent.com/smartcontractkit/chainlink-framework" - // TODO: replace with main when merged - versionRefsDevelop = "refs/heads/refactor-write-target" - schemaBasePath = repoCLLCommon + "/" + versionRefsDevelop + "/capabilities/capabilities/writetarget/pb" + repoCLLFramework = "https://raw.githubusercontent.com/smartcontractkit/chainlink-framework" + versionRefsMain = "refs/heads/main" + schemaBasePath = repoCLLFramework + "/" + versionRefsMain + "/capabilities/writetarget/monitoring/pb" ) func NewMonitorEmitter(lggr logger.Logger) beholder.ProtoEmitter {