You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the issue is that I deleted the 2 source files that come with the template and replaced them with my own source. That means the articact/fhevm was never generated, so I couldn't run any tests... It might be a bug in the template.
Initially the template works okay, but after a while it stops throwing errors like
running
pnpm fhevm:start
will stop with error:
Artifact for contract "fhevm/lib/KMSVerifier.sol:KMSVerifier" not found.
running
pnpm test:mock
will stop with error:
Artifact for contract "fhevm/lib/ACL.sol:ACL" not found
pnpm clean doesn't solve the problem
The text was updated successfully, but these errors were encountered: