From 3520d2584e94330c388702f445c3a61721027f3a Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 28 Jan 2019 17:27:53 +0100 Subject: Add 'useDockerisedSolc' to new packages --- contracts/erc721/compiler.json | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/erc721/compiler.json b/contracts/erc721/compiler.json index c5f07ddb8..db8589016 100644 --- a/contracts/erc721/compiler.json +++ b/contracts/erc721/compiler.json @@ -1,6 +1,7 @@ { "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", + "useDockerisedSolc": true, "compilerSettings": { "optimizer": { "enabled": true, -- cgit v1.2.3