Separate forwarder into own package

This commit is contained in:
Amir Bandeali
2019-01-21 21:32:59 -08:00
parent f9c29c3e74
commit efbfd08aa0
56 changed files with 371 additions and 8 deletions

View File

@@ -18,5 +18,5 @@
}
}
},
"contracts": ["BalanceThresholdFilter", "DutchAuction", "Forwarder", "OrderMatcher", "OrderValidator"]
"contracts": ["BalanceThresholdFilter", "DutchAuction", "OrderMatcher", "OrderValidator"]
}