Skip to content

Commit

Permalink
feat(rpc): add state cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
vgonkivs committed Sep 14, 2023
1 parent 0794b5d commit 529a4e9
Show file tree
Hide file tree
Showing 2 changed files with 448 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/celestia/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func init() {
rpcCmd.AddCommand(dasCmd)
rpcCmd.AddCommand(headerCmd)
rpcCmd.AddCommand(shareCmd)
rpcCmd.AddCommand(stateCmd)
rootCmd.AddCommand(rpcCmd)
}

Expand Down
Loading

0 comments on commit 529a4e9

Please sign in to comment.