From b786836db61de22fa290d94ac3f12fe5342aecc7 Mon Sep 17 00:00:00 2001 From: Amir Bandeali Date: Tue, 2 Oct 2018 16:22:35 -0700 Subject: feat: Add OrderMatcher contract that takes spread in multiple assets by calling `matchOrders` followed by `fillOrder` --- contracts/extensions/compiler.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contracts/extensions/compiler.json') 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"] } -- cgit v1.2.3