1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

Enable Sol optimizer in integration tests

This commit is contained in:
Leo Alt 2021-07-16 12:12:36 +02:00
parent 939f1eb58c
commit 4e290c77a3

View file

@ -16,6 +16,9 @@ let jsonContractSource = JSON.stringify({
},
},
settings: {
optimizer: {
enabled: true
},
outputSelection: {
'*': {
'*': ['abi', "evm.bytecode"],