Skip to content

Commit 6f87eec

Browse files
chore: remove unlimitedContract size as 200 runs work
1 parent ecccce6 commit 6f87eec

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

hardhat.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ const config: HardhatUserConfig = {
1515
{ version: '0.4.24' },
1616
],
1717
},
18-
networks: {
19-
hardhat: {
20-
allowUnlimitedContractSize: true,
21-
},
22-
},
2318
}
2419

2520
export default config

0 commit comments

Comments
 (0)