aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/test/util/constants.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-05-07 20:46:28 +0800
committerGitHub <noreply@github.com>2018-05-07 20:46:28 +0800
commita9c5488620148c7ddc576bf99e02c25397230906 (patch)
tree3d86a42696ffb26c361d46dd54b6c3bce296ed09 /packages/deployer/test/util/constants.ts
parent69a6166b6a1d39afc24b8dd950ec5d8539a03420 (diff)
parent906af858a5b013927e06ebafdad12d13ba674932 (diff)
downloaddexon-sol-tools-a9c5488620148c7ddc576bf99e02c25397230906.tar
dexon-sol-tools-a9c5488620148c7ddc576bf99e02c25397230906.tar.gz
dexon-sol-tools-a9c5488620148c7ddc576bf99e02c25397230906.tar.bz2
dexon-sol-tools-a9c5488620148c7ddc576bf99e02c25397230906.tar.lz
dexon-sol-tools-a9c5488620148c7ddc576bf99e02c25397230906.tar.xz
dexon-sol-tools-a9c5488620148c7ddc576bf99e02c25397230906.tar.zst
dexon-sol-tools-a9c5488620148c7ddc576bf99e02c25397230906.zip
Merge pull request #537 from 0xProject/feature/artifacts-v2
Implement the new artifacts format
Diffstat (limited to 'packages/deployer/test/util/constants.ts')
-rw-r--r--packages/deployer/test/util/constants.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/deployer/test/util/constants.ts b/packages/deployer/test/util/constants.ts
index b93081a80..88d6db550 100644
--- a/packages/deployer/test/util/constants.ts
+++ b/packages/deployer/test/util/constants.ts
@@ -7,5 +7,5 @@ export const constants = {
timeoutMs: 30000,
zrxTokenAddress: '0xe41d2489571d322189246dafa5ebde1f4699f498',
tokenTransferProxyAddress: '0x8da0d80f5007ef1e431dd2127178d224e32c2ef4',
- specifiedContracts: '*',
+ contracts: '*' as '*',
};