Skip to content

Commit

Permalink
chore: release v0.18.1 (#1734)
Browse files Browse the repository at this point in the history
chore(cmd): rm network cmd
  • Loading branch information
ilgooz authored Oct 28, 2021
2 parents b68da3c + 4fe0bf3 commit ae57d66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion starport/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ starport scaffold chain github.com/cosmonaut/mars`,
c.AddCommand(NewScaffold())
c.AddCommand(NewChain())
c.AddCommand(NewGenerate())
c.AddCommand(NewNetwork())
c.AddCommand(NewAccount())
c.AddCommand(NewRelayer())
c.AddCommand(NewTools())
Expand Down

0 comments on commit ae57d66

Please sign in to comment.