From 7b64745438d8ae4e3c1950e50e29996423923e6a Mon Sep 17 00:00:00 2001 From: 7400 <7400> Date: Mon, 30 Oct 2023 17:37:32 -0700 Subject: [PATCH] Don't overwrite VaultAddress.sol on every build. --- bin/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/build.sh b/bin/build.sh index ff07504..05217b1 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -2,7 +2,6 @@ # 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