From d004f239ceb8c7cd1d21299cf381566b5c95d97f Mon Sep 17 00:00:00 2001 From: Matthew Slipper Date: Tue, 31 Dec 2024 01:01:34 -0700 Subject: [PATCH] minor changes --- ops/cmd/sync_staging/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ops/cmd/sync_staging/main.go b/ops/cmd/sync_staging/main.go index a7570bb18..22e7710c8 100644 --- a/ops/cmd/sync_staging/main.go +++ b/ops/cmd/sync_staging/main.go @@ -78,7 +78,6 @@ func action(cliCtx *cli.Context) error { } output.WriteOK("internal uniqueness check passed") - output.WriteStderr("checking global chain ID uniqueness") globalChainData, err := manage.FetchGlobalChainIDs() if err != nil { return fmt.Errorf("failed to fetch global chain IDs: %w", err) @@ -100,7 +99,7 @@ func action(cliCtx *cli.Context) error { return fmt.Errorf("failed to write chain config: %w", err) } - output.WriteStderr( + output.WriteOK( "wrote chain config %s.toml to %s superchain", stagedChain.Meta.ShortName, stagedChain.Meta.Superchain,