@0x/asset-swapper: Add affiliate fee support to EP swap quote consumer

This commit is contained in:
Michael Zhu
2020-08-05 22:39:21 -07:00
parent d5180d3ebc
commit 341c5782e5
7 changed files with 101 additions and 19 deletions

View File

@@ -40,6 +40,7 @@ export { InsufficientAssetLiquidityError } from './errors';
export { SwapQuoteConsumer } from './quote_consumers/swap_quote_consumer';
export { SwapQuoter } from './swap_quoter';
export {
AffiliateFee,
CalldataInfo,
ExchangeProxyContractOpts,
ExtensionContractType,