-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ccd5e07
commit b2cc577
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
|
||
# Upgrade from Starport 0.19.2 to Ignite 0.22.1 with Cosmos 0.45.5 | ||
# Upgrade from Starport 0.19.2 to Ignite v0.27.1 with Cosmos 0.46.7 | ||
|
||
## upgrade your ignite to 0.22.1 | ||
## upgrade your ignite to v0.27.1 | ||
``` | ||
# Remove local ignite (this is safe, as it's a different binary than starport) | ||
rm $(which ignite) | ||
# Get Ignite 0.22.1 | ||
# Get Ignite v0.27.1 | ||
curl https://get.ignite.com/cli! | bash | ||
``` | ||
|
||
## Make sure you're on a branch that's updated to Ignite 0.22.1 | ||
## Make sure you're on a branch that's updated to Ignite 0.27.1 | ||
## Start Lava with Ignite | ||
ignite chain serve -v -r 2>&1 | grep -e lava_ -e ERR_ -e STARPORT] -e ! | ||
ignite chain serve -v -r 2>&1 | grep -e lava_ -e ERR_ -e IGNITE] -e ! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters