aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/ether_token_wrapper_test.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-03-12 19:51:37 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-03-12 19:51:37 +0800
commit32e3cab116eedb940c5e1be2a11daeb31260ce77 (patch)
tree1ddb441ac988d63ff9f999bebd9c4f2f202a3bb6 /packages/0x.js/test/ether_token_wrapper_test.ts
parent49ff4299c6628fcb0de831f4da1dd1a683305fa5 (diff)
downloaddexon-sol-tools-32e3cab116eedb940c5e1be2a11daeb31260ce77.tar
dexon-sol-tools-32e3cab116eedb940c5e1be2a11daeb31260ce77.tar.gz
dexon-sol-tools-32e3cab116eedb940c5e1be2a11daeb31260ce77.tar.bz2
dexon-sol-tools-32e3cab116eedb940c5e1be2a11daeb31260ce77.tar.lz
dexon-sol-tools-32e3cab116eedb940c5e1be2a11daeb31260ce77.tar.xz
dexon-sol-tools-32e3cab116eedb940c5e1be2a11daeb31260ce77.tar.zst
dexon-sol-tools-32e3cab116eedb940c5e1be2a11daeb31260ce77.zip
Make BlockchainLifecycle accept only web3Wrapper
Diffstat (limited to 'packages/0x.js/test/ether_token_wrapper_test.ts')
-rw-r--r--packages/0x.js/test/ether_token_wrapper_test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/0x.js/test/ether_token_wrapper_test.ts b/packages/0x.js/test/ether_token_wrapper_test.ts
index 193d2ca15..da6d95d07 100644
--- a/packages/0x.js/test/ether_token_wrapper_test.ts
+++ b/packages/0x.js/test/ether_token_wrapper_test.ts
@@ -23,11 +23,11 @@ import { chaiSetup } from './utils/chai_setup';
import { constants } from './utils/constants';
import { reportNodeCallbackErrors } from './utils/report_callback_errors';
import { TokenUtils } from './utils/token_utils';
+import { web3, web3Wrapper } from './utils/web3_wrapper';
chaiSetup.configure();
const expect = chai.expect;
-const web3 = web3Factory.create();
-const blockchainLifecycle = new BlockchainLifecycle(web3);
+const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);
// Since the address depositing/withdrawing ETH/WETH also needs to pay gas costs for the transaction,
// a small amount of ETH will be used to pay this gas cost. We therefore check that the difference between