editorcontextDummy
filip mertens 3 years ago
parent 3a1c31da88
commit ece2ae05d6
  1. 2
      libs/remix-solidity/src/compiler/types.ts

@ -123,7 +123,7 @@ export interface CompilerInput {
outputSelection?: {
'*': {
'': [ 'ast' ],
//'*': [ 'abi', 'metadata', 'devdoc', 'userdoc', 'storageLayout', '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' ]
}
}
}

Loading…
Cancel
Save