Skip to content

Commit f83df95

Browse files
committed
Resolved Write Target Monitor TODO
1 parent 9b34289 commit f83df95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

capabilities/writetarget/write_target_monitor.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ import (
1414

1515
const (
1616
repoCLLCommon = "https://raw.githubusercontent.com/smartcontractkit/chainlink-framework"
17-
// TODO: replace with main when merged
18-
versionRefsDevelop = "refs/heads/refactor-write-target"
17+
versionRefsDevelop = "refs/heads/main"
1918
schemaBasePath = repoCLLCommon + "/" + versionRefsDevelop + "/capabilities/capabilities/writetarget/pb"
2019
)
2120

0 commit comments

Comments
 (0)