price constraints working

This commit is contained in:
Tim Olson
2023-11-05 16:50:06 -04:00
parent aa007a4fcd
commit add4f72611
5 changed files with 52 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
# this script requires the jq command $(sudo apt install jq)
# first-pass build
forge build "$@" || exit 1
forge build --force "$@" || exit 1
# calculate the Vault init code hash using the bytecode generated for Vault
# shellcheck disable=SC2046