diff options
author | Amir Bandeali <abandeali1@gmail.com> | 2018-12-21 02:15:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-21 02:15:35 +0800 |
commit | bc3093e635e7753e897c9d7aa0f9d8dde49d752a (patch) | |
tree | 00076dd75e350a3cc0688a4fec5c9bc7212f4c54 /contracts/extensions/compiler.json | |
parent | 2a9e03b61e02a7a97462e0e97858349187ca9879 (diff) | |
parent | fbfb6eb45e60aa1439162559df16444344322092 (diff) | |
download | dexon-sol-tools-bc3093e635e7753e897c9d7aa0f9d8dde49d752a.tar dexon-sol-tools-bc3093e635e7753e897c9d7aa0f9d8dde49d752a.tar.gz dexon-sol-tools-bc3093e635e7753e897c9d7aa0f9d8dde49d752a.tar.bz2 dexon-sol-tools-bc3093e635e7753e897c9d7aa0f9d8dde49d752a.tar.lz dexon-sol-tools-bc3093e635e7753e897c9d7aa0f9d8dde49d752a.tar.xz dexon-sol-tools-bc3093e635e7753e897c9d7aa0f9d8dde49d752a.tar.zst dexon-sol-tools-bc3093e635e7753e897c9d7aa0f9d8dde49d752a.zip |
Merge pull request #1117 from 0xProject/feature/contracts/orderMatcher
Implement OrderMatcher
Diffstat (limited to 'contracts/extensions/compiler.json')
-rw-r--r-- | contracts/extensions/compiler.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contracts/extensions/compiler.json b/contracts/extensions/compiler.json index e6ed0c215..1e21e6e6a 100644 --- a/contracts/extensions/compiler.json +++ b/contracts/extensions/compiler.json @@ -18,5 +18,5 @@ } } }, - "contracts": ["BalanceThresholdFilter", "DutchAuction", "Forwarder"] + "contracts": ["BalanceThresholdFilter", "DutchAuction", "Forwarder", "OrderMatcher"] } |