- Enable compiler optimiser.

This commit is contained in:
eboado 2020-06-04 17:19:50 +02:00
parent 03a6249875
commit 0a34cfe88d

View File

@ -50,7 +50,7 @@ const getCommonNetworkConfig = (
const config: BuidlerConfig = {
solc: {
version: "0.6.8",
optimizer: { enabled: false, runs: 200 },
optimizer: { enabled: true, runs: 200 },
evmVersion: "istanbul",
},
typechain: {