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."
|
||||
|
||||
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_nameservice.js"
|
||||
"$SCRIPT_DIR/deploy_staking.js"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user