scripts: Enable contract checksums in wasmd init

This commit is contained in:
willclarktech 2020-12-02 14:50:06 +00:00
parent d9430fc15f
commit e33d161307
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -17,14 +17,14 @@ SCRIPT_DIR="$(realpath "$(dirname "$0")")"
#
"$SCRIPT_DIR/send_first.js"
# #
# # CosmWasm init
# #
# (
# echo "Ensuring contracts' checksums are correct ..."
# cd "$SCRIPT_DIR/contracts"
# sha256sum --check checksums.sha256
# )
#
# CosmWasm init
#
(
echo "Ensuring contracts' checksums are correct ..."
cd "$SCRIPT_DIR/contracts"
sha256sum --check checksums.sha256
)
# "$SCRIPT_DIR/deploy_hackatom.js"
# "$SCRIPT_DIR/deploy_erc20.js"
# "$SCRIPT_DIR/deploy_cw3.js"