Skip to content

Commit ad06667

Browse files
Pantanijulienrbrt
andauthored
chore: remove old starport mentions (#4791)
* chore: remove old starport mentions * Update readme.md.plush --------- Co-authored-by: julienrbrt <julien@rbrt.fr>
1 parent 1878d46 commit ad06667

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ignite/templates/app/files/app/sim_test.go.plush

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func interBlockCacheOpt() func(*baseapp.BaseApp) {
5858
}
5959

6060
// BenchmarkSimulation run the chain simulation
61-
// Running using starport command:
61+
// Running using ignite command:
6262
// `ignite chain simulate -v --numBlocks 200 --blockSize 50`
6363
// Running as go benchmark test:
6464
// `go test -benchmem -run=^$ -bench ^BenchmarkSimulation ./app -NumBlocks=200 -BlockSize 50 -Commit=true -Verbose=true -Enabled=true`

ignite/templates/app/files/readme.md.plush

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To install the latest version of your blockchain node's binary, execute the foll
3939
```
4040
curl https://get.ignite.com/<%= GitHubPath %>@latest! | sudo bash
4141
```
42-
`<%= 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).
42+
`<%= 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/installer).
4343

4444
## Learn more
4545

0 commit comments

Comments
 (0)