adjust config for smaller contract size

This commit is contained in:
Moon Man 2023-02-05 16:35:55 -05:00
parent 3a15bf1145
commit 31aa432ed7
1 changed files with 4 additions and 1 deletions

View File

@ -80,7 +80,10 @@ module.exports = {
// settings: { // See the solidity docs for advice about optimization and evmVersion
optimizer: {
enabled: true,
runs: 200
runs: 1
},
debug: {
revertStrings: "strip"
}
}
}