Skip to content

Commit

Permalink
Rename wasmd submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
willclarktech committed Jun 3, 2021
1 parent d12557d commit de0e9f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "wasmd"]
path = wasmd
path = wasmd-0.16
url = https://github.com/cosmwasm/wasmd
4 changes: 2 additions & 2 deletions scripts/define-proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set -o errexit -o nounset -o pipefail
command -v shellcheck >/dev/null && shellcheck "$0"

OUT_DIR="./src"
WASMD_DIR="./wasmd/proto"
WASMD_THIRD_PARTY_DIR="./wasmd/third_party/proto"
WASMD_DIR="./wasmd-0.16/proto"
WASMD_THIRD_PARTY_DIR="./wasmd-0.16/third_party/proto"
CONFIO_DIR="$WASMD_THIRD_PARTY_DIR/confio/"
COSMOS_DIR="$WASMD_THIRD_PARTY_DIR/cosmos/"
IBC_DIR="$WASMD_THIRD_PARTY_DIR/ibc"
Expand Down

0 comments on commit de0e9f6

Please sign in to comment.