diff --git a/ignite/templates/app/files/cmd/{{binaryNamePrefix}}d/cmd/commands.go.plush b/ignite/templates/app/files/cmd/{{binaryNamePrefix}}d/cmd/commands.go.plush index 8058636f52..8bb54e2f73 100644 --- a/ignite/templates/app/files/cmd/{{binaryNamePrefix}}d/cmd/commands.go.plush +++ b/ignite/templates/app/files/cmd/{{binaryNamePrefix}}d/cmd/commands.go.plush @@ -22,7 +22,6 @@ import ( authcmd "github.com/cosmos/cosmos-sdk/x/auth/client/cli" "github.com/cosmos/cosmos-sdk/x/crisis" genutilcli "github.com/cosmos/cosmos-sdk/x/genutil/client/cli" - ibccmd "github.com/cosmos/ibc-go/v8/modules/core/client/cli" "github.com/spf13/cobra" "github.com/spf13/viper" @@ -88,7 +87,6 @@ func queryCommand() *cobra.Command { server.QueryBlocksCmd(), authcmd.QueryTxCmd(), server.QueryBlockResultsCmd(), - ibccmd.GetQueryCmd(), ) cmd.PersistentFlags().String(flags.FlagChainID, "", "The network chain ID") @@ -115,7 +113,6 @@ func txCommand() *cobra.Command { authcmd.GetEncodeCommand(), authcmd.GetDecodeCommand(), authcmd.GetSimulateCmd(), - ibccmd.GetTxCmd(), ) cmd.PersistentFlags().String(flags.FlagChainID, "", "The network chain ID")