aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/libs/compiler.json
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/libs/compiler.json')
-rw-r--r--contracts/libs/compiler.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/contracts/libs/compiler.json b/contracts/libs/compiler.json
deleted file mode 100644
index 349d3063b..000000000
--- a/contracts/libs/compiler.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "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",
- "LibAssetProxyErrors",
- "LibConstants"
- ]
-}