diff --git a/test/hardhat.config.ts b/test/hardhat.config.ts index c2abe10..c74fbe3 100644 --- a/test/hardhat.config.ts +++ b/test/hardhat.config.ts @@ -36,7 +36,9 @@ const config: HardhatUserConfig = { dependencyCompiler: { paths: [ '@ethereum-attestation-service/eas-contracts/contracts/EAS.sol', - '@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol' + '@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol', + '@ethereum-attestation-service/eas-contracts-legacy/contracts/EAS.sol', + '@ethereum-attestation-service/eas-contracts-legacy/contracts/SchemaRegistry.sol' ] },