aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/ts/exchange
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2017-12-07 16:45:41 +0800
committerAmir Bandeali <abandeali1@gmail.com>2017-12-13 07:05:27 +0800
commit2cc410e61f75a43ce36416b7d15f897d6e7fc92c (patch)
treedb2a73fe71f1f59d4f99c7ad041b705566435cdc /packages/contracts/test/ts/exchange
parent548fda8dbaadc4827137d4b90753b306fdfd554b (diff)
downloaddexon-sol-tools-2cc410e61f75a43ce36416b7d15f897d6e7fc92c.tar
dexon-sol-tools-2cc410e61f75a43ce36416b7d15f897d6e7fc92c.tar.gz
dexon-sol-tools-2cc410e61f75a43ce36416b7d15f897d6e7fc92c.tar.bz2
dexon-sol-tools-2cc410e61f75a43ce36416b7d15f897d6e7fc92c.tar.lz
dexon-sol-tools-2cc410e61f75a43ce36416b7d15f897d6e7fc92c.tar.xz
dexon-sol-tools-2cc410e61f75a43ce36416b7d15f897d6e7fc92c.tar.zst
dexon-sol-tools-2cc410e61f75a43ce36416b7d15f897d6e7fc92c.zip
Update 0x.js version, fix build errors
Diffstat (limited to 'packages/contracts/test/ts/exchange')
-rw-r--r--packages/contracts/test/ts/exchange/core.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/contracts/test/ts/exchange/core.ts b/packages/contracts/test/ts/exchange/core.ts
index 7f632c6e6..641084937 100644
--- a/packages/contracts/test/ts/exchange/core.ts
+++ b/packages/contracts/test/ts/exchange/core.ts
@@ -59,6 +59,7 @@ contract('Exchange', (accounts: string[]) => {
exWrapper = new ExchangeWrapper(exchange);
zeroEx = new ZeroEx(web3.currentProvider, {
exchangeContractAddress: exchange.address,
+ networkId: constants.TESTRPC_NETWORK_ID,
});
const [repAddress, dgdAddress, zrxAddress] = await Promise.all([