Commit b2d9ae0a authored by yann300's avatar yann300

fix compiler input

parent 7e46022b
...@@ -14,12 +14,12 @@ function compilerInput (contracts) { ...@@ -14,12 +14,12 @@ function compilerInput (contracts) {
optimizer: { optimizer: {
enabled: false, enabled: false,
runs: 500 runs: 500
} },
}, outputSelection: {
outputSelection: { '*': {
'*': { '': [ 'legacyAST' ],
'': [ 'legacyAST' ], '*': [ 'abi', 'metadata', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ]
'*': [ 'abi', 'metadata', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ] }
} }
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment