Commit b2d9ae0a authored by yann300's avatar yann300

fix compiler input

parent 7e46022b
...@@ -14,7 +14,6 @@ function compilerInput (contracts) { ...@@ -14,7 +14,6 @@ function compilerInput (contracts) {
optimizer: { optimizer: {
enabled: false, enabled: false,
runs: 500 runs: 500
}
}, },
outputSelection: { outputSelection: {
'*': { '*': {
...@@ -22,5 +21,6 @@ function compilerInput (contracts) { ...@@ -22,5 +21,6 @@ function compilerInput (contracts) {
'*': [ '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