Skip to content

Commit

Permalink
feat(#237): Added updated ignite version
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Dec 11, 2024
1 parent df8588d commit ddc853d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ignite
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Takes optional `--path <path>` option to specify an ingite installation at a different location then the default one
# All other arguments are passed on to ignite

IGNITE_VERSION="v0.26.1"
IGNITE_VERSION="v0.26.2"


if [[ $1 == "--path" ]]; then
Expand Down Expand Up @@ -32,6 +32,5 @@ if [[ $version != $IGNITE_VERSION ]]; then
fi

echo "[Wrapper] Using $path $IGNITE_VERSION"
echo "[Wrapper] Warning proto now has to be generated manually and '--skip-proto' should be used with chain interactions"

$path $args

0 comments on commit ddc853d

Please sign in to comment.