We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081c61a commit 9dc2177Copy full SHA for 9dc2177
protocol-contracts/confidential-wrapper/hardhat.config.ts
@@ -79,7 +79,7 @@ const config: HardhatUserConfig = {
79
// https://hardhat.org/hardhat-network/#solidity-optimizer-support
80
optimizer: {
81
enabled: true,
82
- runs: 200,
+ runs: 800,
83
},
84
evmVersion: "cancun",
85
@@ -88,14 +88,14 @@ const config: HardhatUserConfig = {
88
{
89
version: "0.6.6",
90
settings: {
91
- optimizer: { enabled: true, runs: 200 },
+ optimizer: { enabled: true, runs: 800 },
92
93
94
// Used for Uniswap v2-core contracts used in mock contracts
95
96
version: "0.5.16",
97
98
99
100
101
]
0 commit comments