From 04b1d6a9f3d05c1a80c256f1bef88408fe639ea1 Mon Sep 17 00:00:00 2001 From: Danilo Pantani Date: Tue, 5 Nov 2024 12:00:09 -0300 Subject: [PATCH] fix typos --- .github/CONTRIBUTING.md | 2 +- app/sim_test.go | 2 +- config.yml | 4 ++-- localnet/readme.md | 2 +- localnet/spn/genesis_template.json | 4 ++-- localnet/testnet/genesis_template.json | 4 ++-- readme.md | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1b721570..447f4463 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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. diff --git a/app/sim_test.go b/app/sim_test.go index 6f2c0090..56b0f636 100644 --- a/app/sim_test.go +++ b/app/sim_test.go @@ -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` diff --git a/config.yml b/config.yml index 22df8f2d..65ca7b4a 100644 --- a/config.yml +++ b/config.yml @@ -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: diff --git a/localnet/readme.md b/localnet/readme.md index cbb24eb6..f6446a65 100644 --- a/localnet/readme.md +++ b/localnet/readme.md @@ -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. diff --git a/localnet/spn/genesis_template.json b/localnet/spn/genesis_template.json index 1dd73c8f..58cff3e9 100644 --- a/localnet/spn/genesis_template.json +++ b/localnet/spn/genesis_template.json @@ -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" } ], diff --git a/localnet/testnet/genesis_template.json b/localnet/testnet/genesis_template.json index a234e5e6..99d2f858 100644 --- a/localnet/testnet/genesis_template.json +++ b/localnet/testnet/genesis_template.json @@ -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" } ], diff --git a/readme.md b/readme.md index 0d1fa5ab..6b5f8883 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@
-

Starport Network

+

Ignite Network

@@ -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)