diff --git a/pkg/operator.go b/pkg/operator.go index 4fafe4f..9d72a56 100644 --- a/pkg/operator.go +++ b/pkg/operator.go @@ -11,7 +11,6 @@ func OperatorCmd(p utils.Prompter) *cli.Command { Name: "operator", Usage: "Execute onchain operations for the operator", Subcommands: []*cli.Command{ - operator.KeysCmd(p), operator.ConfigCmd(p), operator.RegisterCmd(p), operator.StatusCmd(p),