From 6e127947659f371a800136e1392b087f839007ab Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 2 Apr 2018 14:20:53 +0300 Subject: Compile only the Exchange contract in compiler tests --- packages/deployer/test/util/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/deployer/test/util/constants.ts b/packages/deployer/test/util/constants.ts index 5d3aab47c..a1c2f4d30 100644 --- a/packages/deployer/test/util/constants.ts +++ b/packages/deployer/test/util/constants.ts @@ -8,5 +8,5 @@ export const constants = { timeoutMs: 20000, zrxTokenAddress: '0xe41d2489571d322189246dafa5ebde1f4699f498', tokenTransferProxyAddress: '0x8da0d80f5007ef1e431dd2127178d224e32c2ef4', - specifiedContracts: '*', + specifiedContracts: 'Exchange', }; -- cgit