File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
"cosmossdk.io/log"
8
8
confixcmd "cosmossdk.io/tools/confix/cmd"
9
+ wasmcli "github.com/CosmWasm/wasmd/x/wasm/client/cli"
9
10
dbm "github.com/cosmos/cosmos-db"
10
11
"github.com/cosmos/cosmos-sdk/client"
11
12
"github.com/cosmos/cosmos-sdk/client/debug"
@@ -25,7 +26,6 @@ import (
25
26
ibccmd "github.com/cosmos/ibc-go/v8/modules/core/client/cli"
26
27
"github.com/spf13/cobra"
27
28
"github.com/spf13/viper"
28
-
29
29
"github.com/unigrid-project/pax/app"
30
30
)
31
31
@@ -89,6 +89,7 @@ func queryCommand() *cobra.Command {
89
89
authcmd .QueryTxCmd (),
90
90
server .QueryBlockResultsCmd (),
91
91
ibccmd .GetQueryCmd (),
92
+ wasmcli .GetQueryCmd (),
92
93
)
93
94
cmd .PersistentFlags ().String (flags .FlagChainID , "" , "The network chain ID" )
94
95
@@ -116,6 +117,7 @@ func txCommand() *cobra.Command {
116
117
authcmd .GetDecodeCommand (),
117
118
authcmd .GetSimulateCmd (),
118
119
ibccmd .GetTxCmd (),
120
+ wasmcli .GetTxCmd (),
119
121
)
120
122
cmd .PersistentFlags ().String (flags .FlagChainID , "" , "The network chain ID" )
121
123
You can’t perform that action at this time.
0 commit comments