Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
swelf19 committed Nov 25, 2024
1 parent 8ca4875 commit 95a7196
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/set-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readonly IBC_GO_DIR="ibc-go-src"
readonly NEUTRON_DIR="neutron-src"
readonly SLINKY_DIR="slinky-src"
readonly WASMD_DIR="wasmd-src"
readonly ISC_DIR="interchain-security-src"
readonly ICS_DIR="interchain-security-src"

readonly ADMIN_MODULE_REV="v2.0.2"
readonly BLOCK_SDK_REV="v2.1.5"
Expand All @@ -21,7 +21,7 @@ readonly IBC_GO_REV="v8.5.1"
readonly NEUTRON_REV="main"
readonly SLINKY_REV="v1.0.12"
readonly WASMD_REV="v0.51.2-neutron"
readonly ISC_REV="v5.1.1"
readonly ICS_REV="v5.1.1"

checkout_version () {
git -C protos/$1 checkout $2
Expand All @@ -35,4 +35,4 @@ checkout_version $IBC_GO_DIR $IBC_GO_REV
checkout_version $NEUTRON_DIR $NEUTRON_REV
checkout_version $SLINKY_DIR $SLINKY_REV
checkout_version $WASMD_DIR $WASMD_REV
checkout_version $ISC_DIR $ISC_REV
checkout_version $ICS_DIR $ICS_REV

0 comments on commit 95a7196

Please sign in to comment.