diff options
Diffstat (limited to 'contracts')
-rw-r--r-- | contracts/examples/compiler.json | 2 | ||||
-rw-r--r-- | contracts/extensions/compiler.json | 2 | ||||
-rw-r--r-- | contracts/interfaces/compiler.json | 2 | ||||
-rw-r--r-- | contracts/libs/compiler.json | 2 | ||||
-rw-r--r-- | contracts/multisig/compiler.json | 2 | ||||
-rw-r--r-- | contracts/protocol/compiler.json | 2 | ||||
-rw-r--r-- | contracts/tokens/compiler.json | 2 | ||||
-rw-r--r-- | contracts/utils/compiler.json | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/contracts/examples/compiler.json b/contracts/examples/compiler.json index 375fa0c55..868a11905 100644 --- a/contracts/examples/compiler.json +++ b/contracts/examples/compiler.json @@ -1,6 +1,8 @@ { "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", + "workspaceDir": "../..", + "useDockerisedSolc": true, "compilerSettings": { "optimizer": { "enabled": true, diff --git a/contracts/extensions/compiler.json b/contracts/extensions/compiler.json index 2bb468724..a5c7bcc21 100644 --- a/contracts/extensions/compiler.json +++ b/contracts/extensions/compiler.json @@ -1,6 +1,8 @@ { "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", + "workspaceDir": "../..", + "useDockerisedSolc": true, "compilerSettings": { "optimizer": { "enabled": true, diff --git a/contracts/interfaces/compiler.json b/contracts/interfaces/compiler.json index 38a232541..496bc2327 100644 --- a/contracts/interfaces/compiler.json +++ b/contracts/interfaces/compiler.json @@ -1,6 +1,8 @@ { "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", + "workspaceDir": "../..", + "useDockerisedSolc": true, "compilerSettings": { "optimizer": { "enabled": true, diff --git a/contracts/libs/compiler.json b/contracts/libs/compiler.json index 349d3063b..09ce91442 100644 --- a/contracts/libs/compiler.json +++ b/contracts/libs/compiler.json @@ -1,6 +1,8 @@ { "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", + "workspaceDir": "../..", + "useDockerisedSolc": true, "compilerSettings": { "optimizer": { "enabled": true, diff --git a/contracts/multisig/compiler.json b/contracts/multisig/compiler.json index 5a1f689e2..9555fbbfd 100644 --- a/contracts/multisig/compiler.json +++ b/contracts/multisig/compiler.json @@ -1,6 +1,8 @@ { "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", + "workspaceDir": "../..", + "useDockerisedSolc": true, "compilerSettings": { "optimizer": { "enabled": true, diff --git a/contracts/protocol/compiler.json b/contracts/protocol/compiler.json index 10e5bb0a1..4fc3712b0 100644 --- a/contracts/protocol/compiler.json +++ b/contracts/protocol/compiler.json @@ -1,6 +1,8 @@ { "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", + "workspaceDir": "../..", + "useDockerisedSolc": true, "compilerSettings": { "optimizer": { "enabled": true, diff --git a/contracts/tokens/compiler.json b/contracts/tokens/compiler.json index 498c5d826..12e603cab 100644 --- a/contracts/tokens/compiler.json +++ b/contracts/tokens/compiler.json @@ -1,6 +1,8 @@ { "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", + "workspaceDir": "../..", + "useDockerisedSolc": true, "compilerSettings": { "optimizer": { "enabled": true, diff --git a/contracts/utils/compiler.json b/contracts/utils/compiler.json index 1524c1eaa..df4ef1e9f 100644 --- a/contracts/utils/compiler.json +++ b/contracts/utils/compiler.json @@ -1,6 +1,8 @@ { "artifactsDir": "./generated-artifacts", "contractsDir": "./contracts", + "workspaceDir": "../..", + "useDockerisedSolc": true, "compilerSettings": { "optimizer": { "enabled": true, |