Skip to content

Commit

Permalink
feat: rosetta support (backport #215) (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Kanefsky <56059752+boojamya@users.noreply.github.com>
  • Loading branch information
mergify[bot] and boojamya authored Jul 18, 2023
1 parent 2f53808 commit 5a91c6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ func initRootCmd(
tmcli.NewCompletionCmd(rootCmd, true),
debug.Cmd(),
config.Cmd(),
server.RosettaCommand(encodingConfig.InterfaceRegistry, encodingConfig.Marshaler),
)

a := appCreator{
Expand Down

0 comments on commit 5a91c6b

Please sign in to comment.