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