Skip to content

Commit

Permalink
add update oracle cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cha committed Apr 19, 2024
1 parent 12bf9bf commit 746d80e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/opchild/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func GetTxCmd(ac address.Codec) *cobra.Command {
NewDepositCmd(ac),
NewWithdrawCmd(ac),
NewSetBridgeInfoCmd(ac),
NewUpdateOracleCmd(ac),
)

return opchildTxCmd
Expand Down

0 comments on commit 746d80e

Please sign in to comment.