Skip to content

Commit

Permalink
chore: deprecate operator keys command
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Oct 16, 2024
1 parent 14718af commit 256aa53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 256aa53

Please sign in to comment.