Skip to content

Commit

Permalink
Now the rollapp configuration files are being generated
Browse files Browse the repository at this point in the history
  • Loading branch information
ItayLevyOfficial committed May 29, 2023
1 parent 3f0794c commit a2152cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/config/init/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func initializeRollappConfig(rollappExecutablePath string, chainId string, denom
panic(err)
}
setRollappAppConfig(filepath.Join(os.Getenv("HOME"), rollappConfigDir, "config/app.toml"), denom)
setRollappTendermintConfig(filepath.Join(os.Getenv("HOME"), rollappConfigDir, "config/config.toml"))
}

func InitCmd() *cobra.Command {
Expand Down

0 comments on commit a2152cd

Please sign in to comment.