We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb2729 commit 9b654d4Copy full SHA for 9b654d4
smart-contracts/hardhat.config.js
@@ -121,13 +121,16 @@ module.exports = {
121
},
122
],
123
124
- zksolc: {
125
- version: '1.3.5',
126
- compilerSource: 'binary',
127
- settings: {
128
- isSystem: true,
129
- }
130
- },
+ zksolc: {
+ version: "1.3.8",
+ compilerSource: "binary",
+ settings: {
+ optimizer: {
+ enabled: true,
+ mode: "z",
131
+ },
132
133
134
135
/**
136
* gas reporter configuration that let's you know
@@ -191,4 +194,4 @@ module.exports = {
191
194
// },
192
195
193
196
}
-};
197
+};
0 commit comments