Add cli support for register/update ibc
This commit is contained in:
@@ -67,6 +67,9 @@ func main() {
|
||||
coincmd.SendTxCmd,
|
||||
// this enables creating roles
|
||||
rolecmd.CreateRoleTxCmd,
|
||||
// these are for handling ibc
|
||||
ibccmd.RegisterChainTxCmd,
|
||||
ibccmd.UpdateChainTxCmd,
|
||||
)
|
||||
|
||||
// Set up the various commands to use
|
||||
|
||||
Reference in New Issue
Block a user