aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-06-26 02:17:00 +0800
committerFabio Berger <me@fabioberger.com>2018-06-26 02:17:00 +0800
commit1134ff107542d9014b195b6dc6ce6040752c92e3 (patch)
tree6a3b06b5a10f69817665b67fa63ce75be3790dc5 /packages/order-utils/src
parent178676ef8c5a32cdb557d04a0658d0967b4b8a75 (diff)
downloaddexon-sol-tools-1134ff107542d9014b195b6dc6ce6040752c92e3.tar
dexon-sol-tools-1134ff107542d9014b195b6dc6ce6040752c92e3.tar.gz
dexon-sol-tools-1134ff107542d9014b195b6dc6ce6040752c92e3.tar.bz2
dexon-sol-tools-1134ff107542d9014b195b6dc6ce6040752c92e3.tar.lz
dexon-sol-tools-1134ff107542d9014b195b6dc6ce6040752c92e3.tar.xz
dexon-sol-tools-1134ff107542d9014b195b6dc6ce6040752c92e3.tar.zst
dexon-sol-tools-1134ff107542d9014b195b6dc6ce6040752c92e3.zip
Fix tslint issues
Diffstat (limited to 'packages/order-utils/src')
-rw-r--r--packages/order-utils/src/exchange_transfer_simulator.ts1
-rw-r--r--packages/order-utils/src/order_state_utils.ts1
2 files changed, 0 insertions, 2 deletions
diff --git a/packages/order-utils/src/exchange_transfer_simulator.ts b/packages/order-utils/src/exchange_transfer_simulator.ts
index 58d122ee4..72ed85406 100644
--- a/packages/order-utils/src/exchange_transfer_simulator.ts
+++ b/packages/order-utils/src/exchange_transfer_simulator.ts
@@ -2,7 +2,6 @@ import { ExchangeContractErrs } from '@0xproject/types';
import { BigNumber } from '@0xproject/utils';
import { AbstractBalanceAndProxyAllowanceLazyStore } from './abstract/abstract_balance_and_proxy_allowance_lazy_store';
-import { assetProxyUtils } from './asset_proxy_utils';
import { constants } from './constants';
import { TradeSide, TransferType } from './types';
diff --git a/packages/order-utils/src/order_state_utils.ts b/packages/order-utils/src/order_state_utils.ts
index e3423ccf2..dd45a1298 100644
--- a/packages/order-utils/src/order_state_utils.ts
+++ b/packages/order-utils/src/order_state_utils.ts
@@ -10,7 +10,6 @@ import { BigNumber } from '@0xproject/utils';
import { AbstractBalanceAndProxyAllowanceFetcher } from './abstract/abstract_balance_and_proxy_allowance_fetcher';
import { AbstractOrderFilledCancelledFetcher } from './abstract/abstract_order_filled_cancelled_fetcher';
-import { constants } from './constants';
import { orderHashUtils } from './order_hash';
import { RemainingFillableCalculator } from './remaining_fillable_calculator';
import { utils } from './utils';