redefine fraction as uint16

This commit is contained in:
Tim Olson
2023-10-13 16:53:21 -04:00
parent e22340a31a
commit 4601f39b24
3 changed files with 4 additions and 4 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