Skip to content

Commit

Permalink
allow setting allowUnlimitedContractSize via env
Browse files Browse the repository at this point in the history
  • Loading branch information
joewagner committed Apr 12, 2023
1 parent d447886 commit 2e54607
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ const config: HardhatUserConfig = {
auto: !(process.env.HARDHAT_DISABLE_AUTO_MINING === "true"),
interval: [100, 3000],
},
allowUnlimitedContractSize:
process.env.HARDHAT_UNLIMITED_CONTRACT_SIZE === "true",
},
},
baseURIs,
Expand Down

0 comments on commit 2e54607

Please sign in to comment.