Skip to content

Commit

Permalink
feat: rosetta support (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: John Letey <john@nobleassets.xyz>
(cherry picked from commit fcb702c)
  • Loading branch information
boojamya authored and mergify[bot] committed Jul 18, 2023
1 parent 2f53808 commit 4e04e5a
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 4e04e5a

Please sign in to comment.