VaultAddress-default.sol in favor of VaultAddress.sol

This commit is contained in:
7400
2023-10-30 11:14:01 -07:00
parent 7632940c46
commit 3494e37308
3 changed files with 2 additions and 0 deletions

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