Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion starport/services/chain/plugin-stargate.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func (p *stargatePlugin) Home() string {

func stargateHome(app App) string {
home, _ := os.UserHomeDir()
return filepath.Join(home, "."+app.N())
return filepath.Join(home, "."+app.Name)
}

func (p *stargatePlugin) Version() cosmosver.MajorVersion { return cosmosver.Stargate }
Expand Down
2 changes: 1 addition & 1 deletion starport/templates/app/stargate/go.mod.plush
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/tendermint/spm v0.1.3
github.com/tendermint/spm v0.1.4
github.com/tendermint/tendermint v0.34.11
github.com/tendermint/tm-db v0.6.4
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced
Expand Down