From 58b1bfb9008c617002249a4789d8aa7999806f0c Mon Sep 17 00:00:00 2001 From: Mateusz Sekara Date: Wed, 26 Feb 2025 12:59:44 +0100 Subject: [PATCH] Different distinction for OCR3 params --- deployment/ccip/changeset/globals/ocr3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/ccip/changeset/globals/ocr3.go b/deployment/ccip/changeset/globals/ocr3.go index 7f65c6ce906..3783e959f73 100644 --- a/deployment/ccip/changeset/globals/ocr3.go +++ b/deployment/ccip/changeset/globals/ocr3.go @@ -22,7 +22,7 @@ import ( // accidental configuration or partial configuration // - MaxDurations should be set on the latencies observed on various environments using p99 OCR3 latencies // These values should be specific to the plugin type and should not depend on the chain family -// (assuming plugin logic is chain agnostic) +// or the environment in which plugin runs var ( // CommitOCRParams represents the default OCR3 parameters for all chains (beside Ethereum, see CommitOCRParamsForEthereum). // Most of the intervals here should be generic enough (and chain agnostic) to be reused across different chains.