|
|
|
@ -15,7 +15,7 @@ export default (sources: Source, opts: CompilerInputOptions): string => { |
|
|
|
|
outputSelection: { |
|
|
|
|
'*': { |
|
|
|
|
'': [ 'legacyAST', 'ast' ], |
|
|
|
|
'*': [ 'abi', 'metadata', 'devdoc', 'userdoc', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ] |
|
|
|
|
'*': [ 'abi', 'metadata', 'devdoc', 'userdoc', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates', 'evm.assembly' ] |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|