Skip to content

Commit

Permalink
WIP: hash diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Jul 20, 2023
1 parent 81af7c2 commit 555b517
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ alias bundle-source="yarn run --silent bundle-source"
# bundle-source --cache-json /tmp packages/inter-protocol/src/vaultFactory/vaultFactory.js vaultFactory
VAULT_HASH=`jq -r .endoZipBase64Sha512 ${bundle_vault_filepath}`

# TODO: print better diagnostic message
echo checking that hashes match ${here}/gov-switch-auctioneer.js
echo ${VAULT_HASH}
grep ${VAULT_HASH} ${here}/gov-switch-auctioneer.js || exit 1

Expand Down

0 comments on commit 555b517

Please sign in to comment.