aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/exchange/wrapper.ts
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-06-06 02:46:05 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-06-06 02:46:05 +0800
commit59cb2132f27c0c28a1e6077aaac320e485786e65 (patch)
tree882dda46b44061bfab57139d8d11d7652cb478c2 /packages/contracts/test/exchange/wrapper.ts
parent9778695b4ad1fd999eb79b01c768a2f2b9938917 (diff)
downloaddexon-sol-tools-59cb2132f27c0c28a1e6077aaac320e485786e65.tar
dexon-sol-tools-59cb2132f27c0c28a1e6077aaac320e485786e65.tar.gz
dexon-sol-tools-59cb2132f27c0c28a1e6077aaac320e485786e65.tar.bz2
dexon-sol-tools-59cb2132f27c0c28a1e6077aaac320e485786e65.tar.lz
dexon-sol-tools-59cb2132f27c0c28a1e6077aaac320e485786e65.tar.xz
dexon-sol-tools-59cb2132f27c0c28a1e6077aaac320e485786e65.tar.zst
dexon-sol-tools-59cb2132f27c0c28a1e6077aaac320e485786e65.zip
Linter now passes
Diffstat (limited to 'packages/contracts/test/exchange/wrapper.ts')
-rw-r--r--packages/contracts/test/exchange/wrapper.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/contracts/test/exchange/wrapper.ts b/packages/contracts/test/exchange/wrapper.ts
index 583ec9f91..9bc85c8b9 100644
--- a/packages/contracts/test/exchange/wrapper.ts
+++ b/packages/contracts/test/exchange/wrapper.ts
@@ -1,4 +1,4 @@
-import { BlockchainLifecycle, devConstants, web3Factory } from '@0xproject/dev-utils';
+import { BlockchainLifecycle } from '@0xproject/dev-utils';
import { assetProxyUtils } from '@0xproject/order-utils';
import { AssetProxyId, SignedOrder } from '@0xproject/types';
import { BigNumber } from '@0xproject/utils';
@@ -6,14 +6,12 @@ import { Web3Wrapper } from '@0xproject/web3-wrapper';
import * as chai from 'chai';
import * as _ from 'lodash';
import 'make-promises-safe';
-import * as Web3 from 'web3';
import { DummyERC20TokenContract } from '../../src/contract_wrappers/generated/dummy_e_r_c20_token';
import { DummyERC721TokenContract } from '../../src/contract_wrappers/generated/dummy_e_r_c721_token';
import { ERC20ProxyContract } from '../../src/contract_wrappers/generated/e_r_c20_proxy';
import { ERC721ProxyContract } from '../../src/contract_wrappers/generated/e_r_c721_proxy';
import { ExchangeContract } from '../../src/contract_wrappers/generated/exchange';
-import { TokenRegistryContract } from '../../src/contract_wrappers/generated/token_registry';
import { artifacts } from '../../src/utils/artifacts';
import { chaiSetup } from '../../src/utils/chai_setup';
import { constants } from '../../src/utils/constants';