Skip to content

Commit 9dc2177

Browse files
committed
chore(protocol-contracts): make optimizer runs 800
1 parent 081c61a commit 9dc2177

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

protocol-contracts/confidential-wrapper/hardhat.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const config: HardhatUserConfig = {
7979
// https://hardhat.org/hardhat-network/#solidity-optimizer-support
8080
optimizer: {
8181
enabled: true,
82-
runs: 200,
82+
runs: 800,
8383
},
8484
evmVersion: "cancun",
8585
},
@@ -88,14 +88,14 @@ const config: HardhatUserConfig = {
8888
{
8989
version: "0.6.6",
9090
settings: {
91-
optimizer: { enabled: true, runs: 200 },
91+
optimizer: { enabled: true, runs: 800 },
9292
},
9393
},
9494
// Used for Uniswap v2-core contracts used in mock contracts
9595
{
9696
version: "0.5.16",
9797
settings: {
98-
optimizer: { enabled: true, runs: 200 },
98+
optimizer: { enabled: true, runs: 800 },
9999
},
100100
},
101101
]

0 commit comments

Comments
 (0)