aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/exchange/compiler.json
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/exchange/compiler.json')
-rw-r--r--contracts/exchange/compiler.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/contracts/exchange/compiler.json b/contracts/exchange/compiler.json
new file mode 100644
index 000000000..ac4d85f3a
--- /dev/null
+++ b/contracts/exchange/compiler.json
@@ -0,0 +1,28 @@
+{
+ "artifactsDir": "./generated-artifacts",
+ "contractsDir": "./contracts",
+ "compilerSettings": {
+ "optimizer": {
+ "enabled": true,
+ "runs": 1000000
+ },
+ "outputSelection": {
+ "*": {
+ "*": [
+ "abi",
+ "evm.bytecode.object",
+ "evm.bytecode.sourceMap",
+ "evm.deployedBytecode.object",
+ "evm.deployedBytecode.sourceMap"
+ ]
+ }
+ }
+ },
+ "contracts": [
+ "Exchange",
+ "TestAssetProxyDispatcher",
+ "TestExchangeInternals",
+ "TestSignatureValidator",
+ "TestStaticCallReceiver"
+ ]
+}