From b7238c702bb9e46a9878e7e5704205e5d2e534a6 Mon Sep 17 00:00:00 2001 From: Amir Bandeali Date: Sun, 1 Sep 2019 11:00:07 -0700 Subject: [PATCH] Increase optimizer runs --- contracts/exchange/compiler.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/exchange/compiler.json b/contracts/exchange/compiler.json index 7ec90a0bad..f91ef38ffe 100644 --- a/contracts/exchange/compiler.json +++ b/contracts/exchange/compiler.json @@ -7,7 +7,7 @@ "evmVersion": "constantinople", "optimizer": { "enabled": true, - "runs": 5000, + "runs": 10000000, "details": { "yul": true, "deduplicate": true, "cse": true, "constantOptimizer": true } }, "outputSelection": {