Skip to content

Commit 184ac33

Browse files
committed
add counterfactual contracts to hardhat test compilation exclusion
1 parent e4a5828 commit 184ac33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardhat.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ subtask(TASK_COMPILE_SOLIDITY_GET_SOURCE_PATHS).setAction(async (_: any, __: any
1515
if (isTest) {
1616
return filteredPaths.filter((p: any) => {
1717
return (
18+
!p.includes("contracts/periphery/counterfactual") &&
1819
!p.includes("contracts/periphery/mintburn") &&
1920
!p.includes("contracts/external/libraries/BytesLib.sol") &&
2021
!p.includes("contracts/libraries/SponsoredCCTPQuoteLib.sol") &&

0 commit comments

Comments
 (0)