Skip to content

Commit

Permalink
CV add snapshot commands
Browse files Browse the repository at this point in the history
  • Loading branch information
chillyvee committed Mar 7, 2024
1 parent cf6bbde commit 4f6eed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add gaiad snapshots command set ([\#2974](https://github.com/cosmos/gaia/pull/2974))
2 changes: 2 additions & 0 deletions cmd/gaiad/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/keys"
"github.com/cosmos/cosmos-sdk/client/pruning"
"github.com/cosmos/cosmos-sdk/client/rpc"
"github.com/cosmos/cosmos-sdk/client/snapshot"
"github.com/cosmos/cosmos-sdk/server"
serverconfig "github.com/cosmos/cosmos-sdk/server/config"
servertypes "github.com/cosmos/cosmos-sdk/server/types"
Expand Down Expand Up @@ -135,6 +136,7 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {
addDebugCommands(debug.Cmd()),
config.Cmd(),
pruning.PruningCmd(ac.newApp),
snapshot.Cmd(ac.newApp),
)

server.AddCommands(rootCmd, gaia.DefaultNodeHome, ac.newApp, ac.appExport, addModuleInitFlags)
Expand Down

0 comments on commit 4f6eed9

Please sign in to comment.