aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asset-buyer/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/asset-buyer/src/index.ts')
-rw-r--r--packages/asset-buyer/src/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/asset-buyer/src/index.ts b/packages/asset-buyer/src/index.ts
index efd3523fd..2156b7e96 100644
--- a/packages/asset-buyer/src/index.ts
+++ b/packages/asset-buyer/src/index.ts
@@ -5,6 +5,7 @@ export { BigNumber } from '@0xproject/utils';
export { AssetBuyer } from './asset_buyer';
export { ProvidedOrderFetcher } from './order_fetchers/provided_order_fetcher';
export { StandardRelayerAPIOrderFetcher } from './order_fetchers/standard_relayer_api_order_fetcher';
+export { StandardRelayerAPIAssetBuyerManager } from './standard_relayer_api_asset_buyer_manager';
export {
AssetBuyerError,
BuyQuote,
@@ -12,4 +13,5 @@ export {
OrderFetcherRequest,
OrderFetcherResponse,
SignedOrderWithRemainingFillableMakerAssetAmount,
+ StandardRelayerApiAssetBuyerManagerError,
} from './types';