Skip to content

Commit

Permalink
Compile legacy contracts prior to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Apr 11, 2024
1 parent 7b89650 commit 574f75d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
},

Expand Down

0 comments on commit 574f75d

Please sign in to comment.