diff options
author | Amir Bandeali <abandeali1@gmail.com> | 2019-01-22 13:32:59 +0800 |
---|---|---|
committer | Amir Bandeali <abandeali1@gmail.com> | 2019-01-22 13:41:22 +0800 |
commit | efbfd08aa0152bf82d293fab0b073e1d650c9ab1 (patch) | |
tree | b7fea548337a7e1d409ba08917582eec77678c24 /contracts/extensions/compiler.json | |
parent | f9c29c3e7421bc8bcb59316e366249d1b0efb407 (diff) | |
download | dexon-0x-contracts-efbfd08aa0152bf82d293fab0b073e1d650c9ab1.tar.gz dexon-0x-contracts-efbfd08aa0152bf82d293fab0b073e1d650c9ab1.tar.zst dexon-0x-contracts-efbfd08aa0152bf82d293fab0b073e1d650c9ab1.zip |
Separate forwarder into own package
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 2bb468724..1dfaf7a05 100644 --- a/contracts/extensions/compiler.json +++ b/contracts/extensions/compiler.json @@ -18,5 +18,5 @@ } } }, - "contracts": ["BalanceThresholdFilter", "DutchAuction", "Forwarder", "OrderMatcher", "OrderValidator"] + "contracts": ["BalanceThresholdFilter", "DutchAuction", "OrderMatcher", "OrderValidator"] } |