aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/examples/compiler.json
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2019-01-22 04:06:44 +0800
committerAmir Bandeali <abandeali1@gmail.com>2019-01-22 13:41:21 +0800
commit9fa86195900383640f382850f6fe0d827d48bb9b (patch)
treedf8886b73b94159efc604143d6fbbb55194a0c10 /contracts/examples/compiler.json
parent174daa97c3d45b626f258084a0e1a2c72b92323e (diff)
downloaddexon-0x-contracts-9fa86195900383640f382850f6fe0d827d48bb9b.tar.gz
dexon-0x-contracts-9fa86195900383640f382850f6fe0d827d48bb9b.tar.zst
dexon-0x-contracts-9fa86195900383640f382850f6fe0d827d48bb9b.zip
Move contents of examples and interfaces packages into corresponding packages
Diffstat (limited to 'contracts/examples/compiler.json')
-rw-r--r--contracts/examples/compiler.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/contracts/examples/compiler.json b/contracts/examples/compiler.json
deleted file mode 100644
index 375fa0c55..000000000
--- a/contracts/examples/compiler.json
+++ /dev/null
@@ -1,22 +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": ["ExchangeWrapper", "Validator", "Wallet", "Whitelist"]
-}