From e33d1613076289c5175b4f33ffdb5ac81c785e05 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Wed, 2 Dec 2020 14:50:06 +0000 Subject: [PATCH] scripts: Enable contract checksums in wasmd init --- scripts/wasmd/init.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/wasmd/init.sh b/scripts/wasmd/init.sh index 1a07feeb..c091d790 100755 --- a/scripts/wasmd/init.sh +++ b/scripts/wasmd/init.sh @@ -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"