Skip to content

Commit

Permalink
feat: replace ignite root cmd by ours
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Jun 27, 2022
1 parent d065735 commit e92cfe4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions cmd/okp4d/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,12 @@ import (
"os"

svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"
"github.com/ignite-hq/cli/ignite/pkg/cosmoscmd"
"github.com/okp4/okp4d/app"
"github.com/spf13/cobra"
)

func main() {
rootCmd, _ := cosmoscmd.NewRootCmd(
app.Name,
app.AccountAddressPrefix,
app.DefaultNodeHome,
app.Name,
app.ModuleBasics,
app.New,
// this line is used by starport scaffolding # root/arguments
)
rootCmd, _ := NewRootCmd()

if err := Extend(rootCmd); err != nil {
os.Exit(1)
Expand Down

0 comments on commit e92cfe4

Please sign in to comment.