aboutsummaryrefslogtreecommitdiffstats
path: root/contracts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts')
-rw-r--r--contracts/asset-proxy/compiler.json1
-rw-r--r--contracts/erc20/compiler.json1
-rw-r--r--contracts/erc721/compiler.json1
-rw-r--r--contracts/exchange-forwarder/compiler.json1
-rw-r--r--contracts/exchange-libs/compiler.json1
-rw-r--r--contracts/exchange/compiler.json1
-rw-r--r--contracts/extensions/compiler.json1
-rw-r--r--contracts/multisig/compiler.json1
-rw-r--r--contracts/utils/compiler.json1
9 files changed, 9 insertions, 0 deletions
diff --git a/contracts/asset-proxy/compiler.json b/contracts/asset-proxy/compiler.json
index 6a077e965..70d4c6b20 100644
--- a/contracts/asset-proxy/compiler.json
+++ b/contracts/asset-proxy/compiler.json
@@ -1,6 +1,7 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
+ "useDockerisedSolc": true,
"compilerSettings": {
"optimizer": {
"enabled": true,
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,
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,
diff --git a/contracts/exchange-forwarder/compiler.json b/contracts/exchange-forwarder/compiler.json
index b0237a519..e93eb4bdd 100644
--- a/contracts/exchange-forwarder/compiler.json
+++ b/contracts/exchange-forwarder/compiler.json
@@ -1,6 +1,7 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
+ "useDockerisedSolc": true,
"compilerSettings": {
"optimizer": {
"enabled": true,
diff --git a/contracts/exchange-libs/compiler.json b/contracts/exchange-libs/compiler.json
index 349d3063b..c4f0c6bd9 100644
--- a/contracts/exchange-libs/compiler.json
+++ b/contracts/exchange-libs/compiler.json
@@ -1,6 +1,7 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
+ "useDockerisedSolc": true,
"compilerSettings": {
"optimizer": {
"enabled": true,
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,
diff --git a/contracts/extensions/compiler.json b/contracts/extensions/compiler.json
index 1dfaf7a05..91e0bd429 100644
--- a/contracts/extensions/compiler.json
+++ b/contracts/extensions/compiler.json
@@ -1,6 +1,7 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
+ "useDockerisedSolc": true,
"compilerSettings": {
"optimizer": {
"enabled": true,
diff --git a/contracts/multisig/compiler.json b/contracts/multisig/compiler.json
index 772665775..ae3905238 100644
--- a/contracts/multisig/compiler.json
+++ b/contracts/multisig/compiler.json
@@ -1,6 +1,7 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
+ "useDockerisedSolc": true,
"compilerSettings": {
"optimizer": {
"enabled": true,
diff --git a/contracts/utils/compiler.json b/contracts/utils/compiler.json
index 1524c1eaa..7473ea6d1 100644
--- a/contracts/utils/compiler.json
+++ b/contracts/utils/compiler.json
@@ -1,6 +1,7 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
+ "useDockerisedSolc": true,
"compilerSettings": {
"optimizer": {
"enabled": true,