Skip to content

Commit

Permalink
moved chain-heights to lavap test
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet committed Sep 15, 2024
1 parent 919ad3f commit 038fbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lavap/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func main() {
testCmd.AddCommand(connection.CreateTestConnectionServerCobraCommand())
testCmd.AddCommand(connection.CreateTestConnectionProbeCobraCommand())
testCmd.AddCommand(monitoring.CreateHealthCobraCommand())
rootCmd.AddCommand(monitoring.CreateChainHeightsCommand())
testCmd.AddCommand(monitoring.CreateChainHeightsCommand())
testCmd.AddCommand(loadtest.CreateTestLoadCobraCommand())

rootCmd.AddCommand(cache.CreateCacheCobraCommand())
Expand Down

0 comments on commit 038fbbd

Please sign in to comment.