Don't overwrite VaultAddress.sol on every build.

This commit is contained in:
7400
2023-10-30 17:37:32 -07:00
parent 903beb27da
commit 7b64745438

View File

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