|
|
@ -8,7 +8,6 @@ module.exports = (sources, opts) => { |
|
|
|
optimizer: { |
|
|
|
optimizer: { |
|
|
|
enabled: opts.optimize === true, |
|
|
|
enabled: opts.optimize === true, |
|
|
|
runs: 500 |
|
|
|
runs: 500 |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
libraries: opts.libraries, |
|
|
|
libraries: opts.libraries, |
|
|
|
outputSelection: { |
|
|
|
outputSelection: { |
|
|
@ -17,5 +16,6 @@ module.exports = (sources, opts) => { |
|
|
|
'*': [ 'abi', 'metadata', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ] |
|
|
|
'*': [ 'abi', 'metadata', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ] |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|