aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/exchange/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/exchange/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/exchange/compiler.json')
-rw-r--r--contracts/exchange/compiler.json15
1 files changed, 14 insertions, 1 deletions
diff --git a/contracts/exchange/compiler.json b/contracts/exchange/compiler.json
index ac4d85f3a..e53fce0ec 100644
--- a/contracts/exchange/compiler.json
+++ b/contracts/exchange/compiler.json
@@ -20,9 +20,22 @@
},
"contracts": [
"Exchange",
+ "IAssetProxyDispatcher",
+ "IExchange",
+ "IExchangeCore",
+ "IMatchOrders",
+ "ISignatureValidator",
+ "ITransactions",
+ "IValidator",
+ "IWallet",
+ "IWrapperFunctions",
"TestAssetProxyDispatcher",
"TestExchangeInternals",
"TestSignatureValidator",
- "TestStaticCallReceiver"
+ "TestStaticCallReceiver",
+ "ExchangeWrapper",
+ "Validator",
+ "Wallet",
+ "Whitelist"
]
}