defaut to 200 runs

pull/543/head
yann300 4 years ago committed by LianaHus
parent 444e6b1212
commit 815fcabdcb
  1. 2
      libs/remix-solidity/src/compiler/compiler-input.ts

@ -9,7 +9,7 @@ export default (sources: Source, opts: CompilerInputOptions): string => {
settings: {
optimizer: {
enabled: opts.optimize === true || opts.optimize === 1,
runs: opts.runs
runs: opts.runs || 200
},
libraries: opts.libraries,
outputSelection: {

Loading…
Cancel
Save