Skip to content

Commit

Permalink
Merge pull request #3 from ignite/chore/fix-typos
Browse files Browse the repository at this point in the history
chore: fix typos
  • Loading branch information
Pantani authored Nov 5, 2024
2 parents 9f666bb + 04b1d6a commit 49173f0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing guidelines

If you're willing to create a new PR on Starport Network, make sure that you read and comply with this document.
If you're willing to create a new PR on Ignite Network, make sure that you read and comply with this document.

Start a new [Discussion](https://github.com/ignite/network/discussions/new) if you want to propose changes to this document.

Expand Down
2 changes: 1 addition & 1 deletion app/sim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ genesis:
exponent: "3"
- denom: spn
exponent: "6"
description: The native staking token of Starport Network
description: The native staking token of Ignite Network
display: spn
name: Starport Network
name: Ignite Network
symbol: SPN
claim:
airdrop_supply:
Expand Down
2 changes: 1 addition & 1 deletion localnet/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Localnet

Localnet is a simple local testnet for Starport Network that includes 3 validators.
Localnet is a simple local testnet for Ignite Network that includes 3 validators.

Running localnet requires Python 3.

Expand Down
4 changes: 2 additions & 2 deletions localnet/spn/genesis_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@
"exponent": "6"
}
],
"description": "The native staking token of Starport Network",
"description": "The native staking token of Ignite Network",
"display": "spn",
"name": "Starport Network",
"name": "Ignite Network",
"symbol": "SPN"
}
],
Expand Down
4 changes: 2 additions & 2 deletions localnet/testnet/genesis_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@
"exponent": "6"
}
],
"description": "The native staking token of Starport Network",
"description": "The native staking token of Ignite Network",
"display": "spn",
"name": "Starport Network",
"name": "Ignite Network",
"symbol": "SPN"
}
],
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<h1> Starport Network </h1>
<h1> Ignite Network </h1>
</div>

<div align="center">
Expand Down Expand Up @@ -40,7 +40,7 @@ Please read our [guides](https://docs.ignite.com/network/introduction) for using

## Learn more

Starport Network (SPN) is a free and open source product maintained by [Ignite](https://ignite.com). Here's where you can find us. Stay in touch.
Ignite Network (SPN) is a free and open source product maintained by [Ignite](https://ignite.com). Here's where you can find us. Stay in touch.

- [Ignite docs](https://docs.ignite.com/)
- [@IgniteDev on Twitter](https://twitter.com/ignite_dev)
Expand Down

0 comments on commit 49173f0

Please sign in to comment.