Skip to content

Commit

Permalink
fix proposal message text
Browse files Browse the repository at this point in the history
  • Loading branch information
krehermann committed Dec 17, 2024
1 parent a6b3b0b commit f70147f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/keystone/changeset/deploy_forwarder.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func ConfigureForwardContracts(env deployment.Environment, req ConfigureForwardC
timelocksPerChain,
proposerMCMSes,
[]timelock.BatchChainOperation{op},
"proposal to set update nodes",
"proposal to set forwarder config",
req.MCMSConfig.MinDuration,
)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion deployment/keystone/changeset/deploy_ocr3.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func ConfigureOCR3Contract(env deployment.Environment, cfg ConfigureOCR3Config)
timelocksPerChain,
proposerMCMSes,
[]timelock.BatchChainOperation{*resp.Ops},
"proposal to set update nodes",
"proposal to set OCR3 config",
cfg.MCMSConfig.MinDuration,
)
if err != nil {
Expand Down

0 comments on commit f70147f

Please sign in to comment.