aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-01-29 00:27:53 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-01-29 00:27:53 +0800
commit3520d2584e94330c388702f445c3a61721027f3a (patch)
tree39c0d73e389d058603bddb20a181f75db90463be
parent141ac0ca0be15602a1bcf466e873134e084f30c1 (diff)
downloaddexon-0x-contracts-3520d2584e94330c388702f445c3a61721027f3a.tar
dexon-0x-contracts-3520d2584e94330c388702f445c3a61721027f3a.tar.gz
dexon-0x-contracts-3520d2584e94330c388702f445c3a61721027f3a.tar.bz2
dexon-0x-contracts-3520d2584e94330c388702f445c3a61721027f3a.tar.lz
dexon-0x-contracts-3520d2584e94330c388702f445c3a61721027f3a.tar.xz
dexon-0x-contracts-3520d2584e94330c388702f445c3a61721027f3a.tar.zst
dexon-0x-contracts-3520d2584e94330c388702f445c3a61721027f3a.zip
Add 'useDockerisedSolc' to new packages
-rw-r--r--contracts/erc721/compiler.json1
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,