mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Check contract's checksums in init.sh
This commit is contained in:
parent
1fcbe40cbc
commit
64b3fa6094
@ -9,6 +9,13 @@ sleep 1
|
|||||||
echo "Okay, thank you for your patience."
|
echo "Okay, thank you for your patience."
|
||||||
|
|
||||||
SCRIPT_DIR="$(realpath "$(dirname "$0")")"
|
SCRIPT_DIR="$(realpath "$(dirname "$0")")"
|
||||||
|
|
||||||
|
(
|
||||||
|
echo "Ensuring contracts' checksums are correct ..."
|
||||||
|
cd "$SCRIPT_DIR/contracts"
|
||||||
|
sha256sum --check checksums.sha256
|
||||||
|
)
|
||||||
|
|
||||||
"$SCRIPT_DIR/deploy_erc20.js"
|
"$SCRIPT_DIR/deploy_erc20.js"
|
||||||
"$SCRIPT_DIR/deploy_nameservice.js"
|
"$SCRIPT_DIR/deploy_nameservice.js"
|
||||||
"$SCRIPT_DIR/deploy_staking.js"
|
"$SCRIPT_DIR/deploy_staking.js"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user