fix compiler input

pull/3094/head
yann300 7 years ago
parent ac4975b8b0
commit b2c3c80934
  1. 12
      remix-lib/src/helpers/compilerHelper.js

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

Loading…
Cancel
Save