From 6fa7d90f1f8954caa213080c8fc18ecfb6702bf2 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 19 Feb 2019 10:38:24 -0800 Subject: [PATCH] Define offlineMode as false in all smart contracts packages --- contracts/asset-proxy/compiler.json | 1 + contracts/erc20/compiler.json | 1 + contracts/erc721/compiler.json | 1 + contracts/exchange-forwarder/compiler.json | 1 + contracts/exchange-libs/compiler.json | 1 + contracts/exchange/compiler.json | 1 + contracts/extensions/compiler.json | 1 + contracts/multisig/compiler.json | 1 + contracts/utils/compiler.json | 1 + 9 files changed, 9 insertions(+) diff --git a/contracts/asset-proxy/compiler.json b/contracts/asset-proxy/compiler.json index aab143badf..dce6ece23f 100644 --- a/contracts/asset-proxy/compiler.json +++ b/contracts/asset-proxy/compiler.json @@ -2,6 +2,7 @@ "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", "useDockerisedSolc": true, + "isOfflineMode": false, "compilerSettings": { "optimizer": { "enabled": true, "runs": 1000000 }, "outputSelection": { diff --git a/contracts/erc20/compiler.json b/contracts/erc20/compiler.json index 033917d223..35becac1ea 100644 --- a/contracts/erc20/compiler.json +++ b/contracts/erc20/compiler.json @@ -2,6 +2,7 @@ "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", "useDockerisedSolc": true, + "isOfflineMode": false, "compilerSettings": { "optimizer": { "enabled": true, "runs": 1000000 }, "outputSelection": { diff --git a/contracts/erc721/compiler.json b/contracts/erc721/compiler.json index 09d79ba280..15ecb35ed4 100644 --- a/contracts/erc721/compiler.json +++ b/contracts/erc721/compiler.json @@ -2,6 +2,7 @@ "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", "useDockerisedSolc": true, + "isOfflineMode": false, "compilerSettings": { "optimizer": { "enabled": true, "runs": 1000000 }, "outputSelection": { diff --git a/contracts/exchange-forwarder/compiler.json b/contracts/exchange-forwarder/compiler.json index 051e81de58..4417c149a5 100644 --- a/contracts/exchange-forwarder/compiler.json +++ b/contracts/exchange-forwarder/compiler.json @@ -2,6 +2,7 @@ "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", "useDockerisedSolc": true, + "isOfflineMode": false, "compilerSettings": { "optimizer": { "enabled": true, "runs": 1000000 }, "outputSelection": { diff --git a/contracts/exchange-libs/compiler.json b/contracts/exchange-libs/compiler.json index 2a69896e68..0bdd1ab3de 100644 --- a/contracts/exchange-libs/compiler.json +++ b/contracts/exchange-libs/compiler.json @@ -2,6 +2,7 @@ "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", "useDockerisedSolc": true, + "isOfflineMode": false, "compilerSettings": { "optimizer": { "enabled": true, "runs": 1000000 }, "outputSelection": { diff --git a/contracts/exchange/compiler.json b/contracts/exchange/compiler.json index b7a94cd134..9f3016da51 100644 --- a/contracts/exchange/compiler.json +++ b/contracts/exchange/compiler.json @@ -2,6 +2,7 @@ "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", "useDockerisedSolc": true, + "isOfflineMode": false, "compilerSettings": { "optimizer": { "enabled": true, "runs": 1000000 }, "outputSelection": { diff --git a/contracts/extensions/compiler.json b/contracts/extensions/compiler.json index 41fd582ad3..800b7fda33 100644 --- a/contracts/extensions/compiler.json +++ b/contracts/extensions/compiler.json @@ -2,6 +2,7 @@ "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", "useDockerisedSolc": true, + "isOfflineMode": false, "compilerSettings": { "optimizer": { "enabled": true, "runs": 1000000 }, "outputSelection": { diff --git a/contracts/multisig/compiler.json b/contracts/multisig/compiler.json index 336a9ed7bc..9fa8cf71be 100644 --- a/contracts/multisig/compiler.json +++ b/contracts/multisig/compiler.json @@ -2,6 +2,7 @@ "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", "useDockerisedSolc": true, + "isOfflineMode": false, "compilerSettings": { "optimizer": { "enabled": true, "runs": 1000000 }, "outputSelection": { diff --git a/contracts/utils/compiler.json b/contracts/utils/compiler.json index a54f547dfa..4edc9fd88d 100644 --- a/contracts/utils/compiler.json +++ b/contracts/utils/compiler.json @@ -2,6 +2,7 @@ "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", "useDockerisedSolc": true, + "isOfflineMode": false, "compilerSettings": { "optimizer": { "enabled": true, "runs": 1000000 }, "outputSelection": {