Skip to content

Commit

Permalink
Merge branch 'main' into julien/upgrade-interchain-security
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored May 3, 2024
2 parents 8f088f6 + 8d9eccd commit 1ebf4b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions ignite/pkg/cosmosgen/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ var (

templateTSClientRoot = newTemplateWriter("root")
templateTSClientModule = newTemplateWriter("module")
templateTSClientVue = newTemplateWriter("vue")
templateTSClientVueRoot = newTemplateWriter("vue-root")
templateTSClientComposable = newTemplateWriter("composable")
templateTSClientComposableRoot = newTemplateWriter("composable-root")
)
Expand Down
8 changes: 0 additions & 8 deletions ignite/services/chain/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,14 +308,6 @@ func (c *Chain) Generate(
return nil
}

func (c Chain) joinGeneratedPath(rootPath string) string {
if filepath.IsAbs(rootPath) {
return filepath.Join(rootPath, "generated")
}

return filepath.Join(c.app.Path, rootPath, "generated")
}

func (c Chain) saveClientConfig(client base.Client) error {
path := c.ConfigPath()
file, err := os.Open(path)
Expand Down

0 comments on commit 1ebf4b9

Please sign in to comment.