Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typos #3

Merged
merged 1 commit into from
Nov 5, 2024
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 .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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still want to use SPN?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's discuss this on the next meeting,because we need to find a new short name for the chain ID and the denom


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