Merge pull request #751 from 0xProject/feature/contracts/compilerRuns

Updated compiler runs to be 1,000,000
This commit is contained in:
Amir Bandeali
2018-06-21 22:06:31 -07:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
"compilerSettings": {
"optimizer": {
"enabled": true,
"runs": 200
"runs": 1000000
},
"outputSelection": {
"*": {