From d90126902f7f24251845501fec73fbb09258b6a4 Mon Sep 17 00:00:00 2001 From: chray-zhang Date: Fri, 3 Jan 2025 16:34:45 -0500 Subject: [PATCH] adding config encoding secret --- ops/test_helpers.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ops/test_helpers.go b/ops/test_helpers.go index 9527bfa7..0dc935bf 100644 --- a/ops/test_helpers.go +++ b/ops/test_helpers.go @@ -28,6 +28,7 @@ type OffchainConfig struct { MaxDurationShouldAcceptFinalizedReportNanoseconds string `json:"maxDurationShouldAcceptFinalizedReport"` MaxDurationShouldTransmitAcceptedReportNanoseconds string `json:"maxDurationShouldTransmitAcceptedReport"` ConfigPublicKeys []string `json:"configPublicKeys"` + ConfigEncodingSecret string `json:"configEncodingSecret"` } type ReportingPluginConfig struct { @@ -67,6 +68,7 @@ var TestOCR2Config = OCR2Config{ MaxDurationShouldAcceptFinalizedReportNanoseconds: "2000000000ns", MaxDurationShouldTransmitAcceptedReportNanoseconds: "2000000000ns", // ConfigPublicKeys: cfgKeys, // user defined + ConfigEncodingSecret: "awe accuse polygon tonic depart acuity onyx inform bound gilbert expire", }, OffchainConfigVersion: 2, Secret: "awe accuse polygon tonic depart acuity onyx inform bound gilbert expire",