diff --git a/contracts/asset-proxy/compiler.json b/contracts/asset-proxy/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/asset-proxy/compiler.json +++ b/contracts/asset-proxy/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/broker/compiler.json b/contracts/broker/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/broker/compiler.json +++ b/contracts/broker/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/coordinator/compiler.json b/contracts/coordinator/compiler.json index 700f431289..0032db2c08 100644 --- a/contracts/coordinator/compiler.json +++ b/contracts/coordinator/compiler.json @@ -2,6 +2,7 @@ "artifactsDir": "./test/generated-artifacts", "contractsDir": "./contracts", "useDockerisedSolc": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/dev-utils/compiler.json b/contracts/dev-utils/compiler.json index da041cd66e..9fda7deacb 100644 --- a/contracts/dev-utils/compiler.json +++ b/contracts/dev-utils/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/erc1155/compiler.json b/contracts/erc1155/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/erc1155/compiler.json +++ b/contracts/erc1155/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/erc20-bridge-sampler/compiler.json b/contracts/erc20-bridge-sampler/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/erc20-bridge-sampler/compiler.json +++ b/contracts/erc20-bridge-sampler/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/erc20/compiler.json b/contracts/erc20/compiler.json index 7d150eaa46..64a722d2f4 100644 --- a/contracts/erc20/compiler.json +++ b/contracts/erc20/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/erc721/compiler.json b/contracts/erc721/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/erc721/compiler.json +++ b/contracts/erc721/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/exchange-forwarder/compiler.json b/contracts/exchange-forwarder/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/exchange-forwarder/compiler.json +++ b/contracts/exchange-forwarder/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/exchange-libs/compiler.json b/contracts/exchange-libs/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/exchange-libs/compiler.json +++ b/contracts/exchange-libs/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/exchange/compiler.json b/contracts/exchange/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/exchange/compiler.json +++ b/contracts/exchange/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/extensions/compiler.json b/contracts/extensions/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/extensions/compiler.json +++ b/contracts/extensions/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/integrations/compiler.json b/contracts/integrations/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/integrations/compiler.json +++ b/contracts/integrations/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/multisig/compiler.json b/contracts/multisig/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/multisig/compiler.json +++ b/contracts/multisig/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/staking/compiler.json b/contracts/staking/compiler.json index f66848360b..d373f333f7 100644 --- a/contracts/staking/compiler.json +++ b/contracts/staking/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": true, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/contracts/utils/compiler.json b/contracts/utils/compiler.json index 2984f7fd9f..20f8637f21 100644 --- a/contracts/utils/compiler.json +++ b/contracts/utils/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul", "optimizer": { diff --git a/packages/abi-gen/compiler.json b/packages/abi-gen/compiler.json index 3298f028f2..29e890fc01 100644 --- a/packages/abi-gen/compiler.json +++ b/packages/abi-gen/compiler.json @@ -3,6 +3,7 @@ "contractsDir": "./test-cli/fixtures/contracts", "useDockerisedSolc": false, "isOfflineMode": false, + "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "constantinople", "optimizer": {