Fix tslint
This commit is contained in:
@@ -27,7 +27,7 @@ import { ERC20Wrapper } from '../../src/utils/erc20_wrapper';
|
|||||||
import { ERC721Wrapper } from '../../src/utils/erc721_wrapper';
|
import { ERC721Wrapper } from '../../src/utils/erc721_wrapper';
|
||||||
import { ExchangeWrapper } from '../../src/utils/exchange_wrapper';
|
import { ExchangeWrapper } from '../../src/utils/exchange_wrapper';
|
||||||
import { OrderFactory } from '../../src/utils/order_factory';
|
import { OrderFactory } from '../../src/utils/order_factory';
|
||||||
import { RevertReasons, ERC20BalancesByOwner } from '../../src/utils/types';
|
import { ERC20BalancesByOwner, RevertReasons } from '../../src/utils/types';
|
||||||
import { provider, txDefaults, web3Wrapper } from '../../src/utils/web3_wrapper';
|
import { provider, txDefaults, web3Wrapper } from '../../src/utils/web3_wrapper';
|
||||||
|
|
||||||
chaiSetup.configure();
|
chaiSetup.configure();
|
||||||
|
@@ -21,11 +21,11 @@ import { ExchangeWrapper } from '../../src/utils/exchange_wrapper';
|
|||||||
import { MatchOrderTester } from '../../src/utils/match_order_tester';
|
import { MatchOrderTester } from '../../src/utils/match_order_tester';
|
||||||
import { OrderFactory } from '../../src/utils/order_factory';
|
import { OrderFactory } from '../../src/utils/order_factory';
|
||||||
import {
|
import {
|
||||||
RevertReasons,
|
|
||||||
ERC20BalancesByOwner,
|
ERC20BalancesByOwner,
|
||||||
ERC721TokenIdsByOwner,
|
ERC721TokenIdsByOwner,
|
||||||
OrderInfo,
|
OrderInfo,
|
||||||
OrderStatus,
|
OrderStatus,
|
||||||
|
RevertReasons,
|
||||||
} from '../../src/utils/types';
|
} from '../../src/utils/types';
|
||||||
import { provider, txDefaults, web3Wrapper } from '../../src/utils/web3_wrapper';
|
import { provider, txDefaults, web3Wrapper } from '../../src/utils/web3_wrapper';
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@ import { ExchangeWrapper } from '../../src/utils/exchange_wrapper';
|
|||||||
import { OrderFactory } from '../../src/utils/order_factory';
|
import { OrderFactory } from '../../src/utils/order_factory';
|
||||||
import { orderUtils } from '../../src/utils/order_utils';
|
import { orderUtils } from '../../src/utils/order_utils';
|
||||||
import { TransactionFactory } from '../../src/utils/transaction_factory';
|
import { TransactionFactory } from '../../src/utils/transaction_factory';
|
||||||
import { RevertReasons, ERC20BalancesByOwner, SignedTransaction } from '../../src/utils/types';
|
import { ERC20BalancesByOwner, RevertReasons, SignedTransaction } from '../../src/utils/types';
|
||||||
import { provider, txDefaults, web3Wrapper } from '../../src/utils/web3_wrapper';
|
import { provider, txDefaults, web3Wrapper } from '../../src/utils/web3_wrapper';
|
||||||
|
|
||||||
chaiSetup.configure();
|
chaiSetup.configure();
|
||||||
|
@@ -19,7 +19,7 @@ import { ERC20Wrapper } from '../../src/utils/erc20_wrapper';
|
|||||||
import { ERC721Wrapper } from '../../src/utils/erc721_wrapper';
|
import { ERC721Wrapper } from '../../src/utils/erc721_wrapper';
|
||||||
import { ExchangeWrapper } from '../../src/utils/exchange_wrapper';
|
import { ExchangeWrapper } from '../../src/utils/exchange_wrapper';
|
||||||
import { OrderFactory } from '../../src/utils/order_factory';
|
import { OrderFactory } from '../../src/utils/order_factory';
|
||||||
import { RevertReasons, ERC20BalancesByOwner } from '../../src/utils/types';
|
import { ERC20BalancesByOwner, RevertReasons } from '../../src/utils/types';
|
||||||
import { provider, txDefaults, web3Wrapper } from '../../src/utils/web3_wrapper';
|
import { provider, txDefaults, web3Wrapper } from '../../src/utils/web3_wrapper';
|
||||||
|
|
||||||
chaiSetup.configure();
|
chaiSetup.configure();
|
||||||
|
Reference in New Issue
Block a user