diff --git a/launch-fhevm-sepolia.sh b/launch-fhevm-sepolia.sh index c557ce82..f178052d 100755 --- a/launch-fhevm-sepolia.sh +++ b/launch-fhevm-sepolia.sh @@ -7,7 +7,7 @@ NUM_KMS_SIGNERS=$(grep NUM_KMS_SIGNERS .env | cut -d '"' -f 2) rm -rf fhevmTemp/ mkdir -p fhevmTemp -cp -L -r node_modules/fhevm-core-contracts/ fhevmTemp/ +cp -L -r node_modules/fhevm-core-contracts/. fhevmTemp/ npx hardhat compile:specific --contract fhevmTemp npx hardhat compile:specific --contract lib npx hardhat compile:specific --contract gateway