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