Fix tslint errors
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
import { assert } from '@0xproject/assert';
|
import { assert } from '@0xproject/assert';
|
||||||
import {
|
import {
|
||||||
ContractWrappers,
|
ContractWrappers,
|
||||||
|
ContractWrappersConfig,
|
||||||
EtherTokenWrapper,
|
EtherTokenWrapper,
|
||||||
ExchangeWrapper,
|
ExchangeWrapper,
|
||||||
TokenRegistryWrapper,
|
TokenRegistryWrapper,
|
||||||
TokenTransferProxyWrapper,
|
TokenTransferProxyWrapper,
|
||||||
TokenWrapper,
|
TokenWrapper,
|
||||||
ContractWrappersConfig,
|
|
||||||
} from '@0xproject/contract-wrappers';
|
} from '@0xproject/contract-wrappers';
|
||||||
import {
|
import {
|
||||||
generatePseudoRandomSalt,
|
generatePseudoRandomSalt,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { ZeroEx, ContractWrappersError } from '0x.js';
|
import { ContractWrappersError, ZeroEx } from '0x.js';
|
||||||
import { BlockchainLifecycle, devConstants, web3Factory } from '@0xproject/dev-utils';
|
import { BlockchainLifecycle, devConstants, web3Factory } from '@0xproject/dev-utils';
|
||||||
import { BigNumber, promisify } from '@0xproject/utils';
|
import { BigNumber, promisify } from '@0xproject/utils';
|
||||||
import { Web3Wrapper } from '@0xproject/web3-wrapper';
|
import { Web3Wrapper } from '@0xproject/web3-wrapper';
|
||||||
|
|||||||
Reference in New Issue
Block a user