aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asset-buyer/src/order_fetchers/standard_relayer_api_order_fetcher.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/asset-buyer/src/order_fetchers/standard_relayer_api_order_fetcher.ts')
-rw-r--r--packages/asset-buyer/src/order_fetchers/standard_relayer_api_order_fetcher.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/asset-buyer/src/order_fetchers/standard_relayer_api_order_fetcher.ts b/packages/asset-buyer/src/order_fetchers/standard_relayer_api_order_fetcher.ts
index 5688daf69..9fcd16ca1 100644
--- a/packages/asset-buyer/src/order_fetchers/standard_relayer_api_order_fetcher.ts
+++ b/packages/asset-buyer/src/order_fetchers/standard_relayer_api_order_fetcher.ts
@@ -1,9 +1,6 @@
import { APIOrder, HttpClient, OrderbookResponse } from '@0xproject/connect';
-import { SignedOrder } from '@0xproject/types';
-import { BigNumber } from '@0xproject/utils';
import * as _ from 'lodash';
-import { constants } from '../constants';
import {
AssetBuyerError,
OrderFetcher,
@@ -16,7 +13,7 @@ import { orderUtils } from '../utils/order_utils';
export class StandardRelayerAPIOrderFetcher implements OrderFetcher {
public readonly apiUrl: string;
- private _sraClient: HttpClient;
+ private readonly _sraClient: HttpClient;
/**
* Given an array of APIOrder objects from a standard relayer api, return an array
* of SignedOrderWithRemainingFillableMakerAssetAmounts