aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/libs/compiler.json
diff options
context:
space:
mode:
authorFred Carlsen <fred@sjelfull.no>2018-12-05 23:15:44 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-05 23:15:44 +0800
commit00dbddc1aafd56c352e7a8905338d81e236b1fa1 (patch)
treec8462eb4e6882a39dec601b990f75761b4897ce8 /contracts/libs/compiler.json
parentb552c2bd0c5090629a96bc6b0e032cb85d9c52b3 (diff)
parentb411e2250aed82b87d1cbebf5cf805d794ddbdb7 (diff)
downloaddexon-0x-contracts-00dbddc1aafd56c352e7a8905338d81e236b1fa1.tar
dexon-0x-contracts-00dbddc1aafd56c352e7a8905338d81e236b1fa1.tar.gz
dexon-0x-contracts-00dbddc1aafd56c352e7a8905338d81e236b1fa1.tar.bz2
dexon-0x-contracts-00dbddc1aafd56c352e7a8905338d81e236b1fa1.tar.lz
dexon-0x-contracts-00dbddc1aafd56c352e7a8905338d81e236b1fa1.tar.xz
dexon-0x-contracts-00dbddc1aafd56c352e7a8905338d81e236b1fa1.tar.zst
dexon-0x-contracts-00dbddc1aafd56c352e7a8905338d81e236b1fa1.zip
Merge remote-tracking branch 'upstream/development' into website
# Conflicts: # packages/website/package.json # packages/website/ts/style/colors.ts
Diffstat (limited to 'contracts/libs/compiler.json')
-rw-r--r--contracts/libs/compiler.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/contracts/libs/compiler.json b/contracts/libs/compiler.json
new file mode 100644
index 000000000..cf7c52a73
--- /dev/null
+++ b/contracts/libs/compiler.json
@@ -0,0 +1,22 @@
+{
+ "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": ["TestLibs", "LibOrder", "LibMath", "LibFillResults", "LibAbiEncoder", "LibEIP712"]
+}