Skip to content

Commit

Permalink
feat(rpc): add state cmd (celestiaorg#2691)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgonkivs authored Sep 15, 2023
1 parent b261a0c commit 14ea252
Show file tree
Hide file tree
Showing 2 changed files with 425 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 @@ -65,6 +65,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 14ea252

Please sign in to comment.