Skip to content

Commit

Permalink
adjust to ignite changes (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet authored Aug 1, 2023
1 parent ccd5e07 commit b2cc577
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/upgrade_cosmos.md
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 !
2 changes: 1 addition & 1 deletion scripts/start_env_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ else
killall lava-protocol
make build-protocol
rm -rf build
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 !
fi

0 comments on commit b2cc577

Please sign in to comment.