From 2e2290c0932595363fca9bc27382b47782412c74 Mon Sep 17 00:00:00 2001 From: wolflo Date: Thu, 30 Apr 2020 21:10:43 +0400 Subject: [PATCH] Update README: optimization enabled --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a04d08f..dccde8d6 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ To compute their code coverage run `npm run coverage`. This project includes Buidler tasks for deploying and using DAOs and Pools. +Note that if you are using the Moloch contract outside of this repo, it must be compiled with the solidity optimizer enabled (runs=200), or attempting to deploy it will result in an out-of-gas exception. + #### Deploying a new DAO Follow this instructions to deploy a new DAO: