Enable Sol optimizer in integration tests
This commit is contained in:
parent
939f1eb58c
commit
4e290c77a3
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ let jsonContractSource = JSON.stringify({
|
|||
},
|
||||
},
|
||||
settings: {
|
||||
optimizer: {
|
||||
enabled: true
|
||||
},
|
||||
outputSelection: {
|
||||
'*': {
|
||||
'*': ['abi', "evm.bytecode"],
|
||||
|
|
Loading…
Reference in a new issue