Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 ignite/templates/app/files/app/sim_test.go.plush
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func interBlockCacheOpt() func(*baseapp.BaseApp) {
}

// BenchmarkSimulation run the chain simulation
// Running using starport command:
// Running using ignite command:
// `ignite chain simulate -v --numBlocks 200 --blockSize 50`
// Running as go benchmark test:
// `go test -benchmem -run=^$ -bench ^BenchmarkSimulation ./app -NumBlocks=200 -BlockSize 50 -Commit=true -Verbose=true -Enabled=true`
Expand Down
2 changes: 1 addition & 1 deletion ignite/templates/app/files/readme.md.plush
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To install the latest version of your blockchain node's binary, execute the foll
```
curl https://get.ignite.com/<%= GitHubPath %>@latest! | sudo bash
```
`<%= GitHubPath %>` should match the `username` and `repo_name` of the Github repository to which the source code was pushed. Learn more about [the install process](https://github.com/allinbits/starport-installer).
`<%= GitHubPath %>` should match the `username` and `repo_name` of the Github repository to which the source code was pushed. Learn more about [the install process](https://github.com/ignite-hq/installer).

## Learn more

Expand Down
Loading