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.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/asset-buyer/src/index.ts b/packages/asset-buyer/src/index.ts
index 2156b7e96..aa10c3af2 100644
--- a/packages/asset-buyer/src/index.ts
+++ b/packages/asset-buyer/src/index.ts
@@ -9,9 +9,9 @@ export { StandardRelayerAPIAssetBuyerManager } from './standard_relayer_api_asse
export {
AssetBuyerError,
BuyQuote,
- OrderFetcher,
- OrderFetcherRequest,
- OrderFetcherResponse,
+ OrderProvider,
+ OrderProviderRequest,
+ OrderProviderResponse,
SignedOrderWithRemainingFillableMakerAssetAmount,
StandardRelayerApiAssetBuyerManagerError,
} from './types';