diff options
Diffstat (limited to 'contracts/exchange/compiler.json')
-rw-r--r-- | contracts/exchange/compiler.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contracts/exchange/compiler.json b/contracts/exchange/compiler.json index e53fce0ec..6a5f666d1 100644 --- a/contracts/exchange/compiler.json +++ b/contracts/exchange/compiler.json @@ -1,6 +1,7 @@ { "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", + "useDockerisedSolc": true, "compilerSettings": { "optimizer": { "enabled": true, |