Disable useDockerisedSolc for all contracts compiler.jsons until 0.5.8 docker image is released.

This commit is contained in:
Lawrence Forman
2019-04-30 11:01:31 -04:00
parent 0564ac1530
commit 16e1f0eea1
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
"useDockerisedSolc": true,
"useDockerisedSolc": false,
"isOfflineMode": false,
"compilerSettings": {
"evmVersion": "constantinople",