aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/interfaces/compiler.json
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/interfaces/compiler.json')
-rw-r--r--contracts/interfaces/compiler.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/contracts/interfaces/compiler.json b/contracts/interfaces/compiler.json
deleted file mode 100644
index 38a232541..000000000
--- a/contracts/interfaces/compiler.json
+++ /dev/null
@@ -1,35 +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": [
- "IAssetData",
- "IAssetProxy",
- "IAuthorizable",
- "IAssetProxyDispatcher",
- "IExchange",
- "IExchangeCore",
- "IMatchOrders",
- "ISignatureValidator",
- "ITransactions",
- "IValidator",
- "IWallet",
- "IWrapperFunctions"
- ]
-}