Skip to content

Commit 9b654d4

Browse files
authored
Update hardhat.config.js
Following last zkSync Era update.
1 parent 3fb2729 commit 9b654d4

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

smart-contracts/hardhat.config.js

+11-8
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,16 @@ module.exports = {
121121
},
122122
],
123123
},
124-
zksolc: {
125-
version: '1.3.5',
126-
compilerSource: 'binary',
127-
settings: {
128-
isSystem: true,
129-
}
130-
},
124+
zksolc: {
125+
version: "1.3.8",
126+
compilerSource: "binary",
127+
settings: {
128+
optimizer: {
129+
enabled: true,
130+
mode: "z",
131+
},
132+
},
133+
},
131134

132135
/**
133136
* gas reporter configuration that let's you know
@@ -191,4 +194,4 @@ module.exports = {
191194
// },
192195

193196
}
194-
};
197+
};

0 commit comments

Comments
 (0)