diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-29 00:27:53 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-29 00:27:53 +0800 |
commit | 3520d2584e94330c388702f445c3a61721027f3a (patch) | |
tree | 39c0d73e389d058603bddb20a181f75db90463be /contracts | |
parent | 141ac0ca0be15602a1bcf466e873134e084f30c1 (diff) | |
download | dexon-0x-contracts-3520d2584e94330c388702f445c3a61721027f3a.tar.gz dexon-0x-contracts-3520d2584e94330c388702f445c3a61721027f3a.tar.zst dexon-0x-contracts-3520d2584e94330c388702f445c3a61721027f3a.zip |
Add 'useDockerisedSolc' to new packages
Diffstat (limited to 'contracts')
-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, |