yann300-patch-5
aniket-engg 4 years ago committed by Aniket
parent 81a5f1a78c
commit 84d4f276a1
  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