Merge remote-tracking branch 'origin/master'

This commit is contained in:
Tim Olson
2023-10-30 18:46:42 -04:00
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@
/lib
/foundry.toml
/broadcast
/src/VaultAddress.sol

View File

@@ -2,6 +2,7 @@
# this script requires the jq command $(sudo apt install jq)
# first-pass build
cp src/VaultAddress-default.sol src/VaultAddress.sol
forge build "$@" || exit 1
# calculate the Vault init code hash using the bytecode generated for Vault