adjust config for smaller contract size
This commit is contained in:
parent
3a15bf1145
commit
31aa432ed7
|
@ -80,7 +80,10 @@ module.exports = {
|
||||||
// settings: { // See the solidity docs for advice about optimization and evmVersion
|
// settings: { // See the solidity docs for advice about optimization and evmVersion
|
||||||
optimizer: {
|
optimizer: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
runs: 200
|
runs: 1
|
||||||
|
},
|
||||||
|
debug: {
|
||||||
|
revertStrings: "strip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue