pull/5370/head
aniket-engg 5 years ago committed by Aniket
parent f3b283c2bb
commit 76b0cc43a3
  1. 2
      apps/remix-ide/src/app/compiler/compiler-input.js

@ -12,7 +12,7 @@ module.exports = (sources, opts) => {
libraries: opts.libraries,
outputSelection: {
'*': {
'': [ 'legacyAST' ],
'': [ 'legacyAST', 'ast'],
'*': [ 'abi', 'metadata', 'devdoc', 'userdoc', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ]
}
}

Loading…
Cancel
Save