diff --git a/packages/asset-buyer/src/quote_consumers/exchange_swap_quote_consumer.ts b/packages/asset-buyer/src/quote_consumers/exchange_swap_quote_consumer.ts index 6c2f53b66a..2f30633d6c 100644 --- a/packages/asset-buyer/src/quote_consumers/exchange_swap_quote_consumer.ts +++ b/packages/asset-buyer/src/quote_consumers/exchange_swap_quote_consumer.ts @@ -17,7 +17,7 @@ import { SwapQuoteGetOutputOpts, } from '../types'; import { assert } from '../utils/assert'; -import { SwapQuoteConsumerUtils } from '../utils/swap_quote_consumer_utils'; +import { swapQuoteConsumerUtils } from '../utils/swap_quote_consumer_utils'; import { utils } from '../utils/utils'; export class ExchangeSwapQuoteConsumer implements SwapQuoteConsumer { @@ -100,7 +100,7 @@ export class ExchangeSwapQuoteConsumer implements SwapQuoteConsumer): Promise { if (opts.takerAddress !== undefined) { return opts.takerAddress;