@ -14,7 +14,6 @@ function compilerInput (contracts) {
optimizer: {
enabled: false,
runs: 500
}
},
outputSelection: {
'*': {
@ -22,5 +21,6 @@ function compilerInput (contracts) {
'*': [ 'abi', 'metadata', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ]
})