diff --git a/remix-lib/src/helpers/compilerHelper.js b/remix-lib/src/helpers/compilerHelper.js index 2e99e9afc1..154ba342c4 100644 --- a/remix-lib/src/helpers/compilerHelper.js +++ b/remix-lib/src/helpers/compilerHelper.js @@ -14,12 +14,12 @@ function compilerInput (contracts) { optimizer: { enabled: false, runs: 500 - } - }, - outputSelection: { - '*': { - '': [ 'legacyAST' ], - '*': [ 'abi', 'metadata', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ] + }, + outputSelection: { + '*': { + '': [ 'legacyAST' ], + '*': [ 'abi', 'metadata', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ] + } } } })