Skip to content

Commit

Permalink
adding config encoding secret
Browse files Browse the repository at this point in the history
  • Loading branch information
chray-zhang committed Jan 3, 2025
1 parent 6d471d4 commit d901269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ops/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d901269

Please sign in to comment.