diff options
-rw-r--r-- | contracts/erc721/compiler.json | 1 |
1 files changed, 1 insertions, 0 deletions
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, |