From af333b1838628fa0f8d393b19818224c15427106 Mon Sep 17 00:00:00 2001 From: Amir Bandeali Date: Wed, 14 Feb 2018 13:54:04 -0800 Subject: Fix checks, add contract list to compile script in package.json --- packages/deployer/test/util/constants.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/deployer/test/util') diff --git a/packages/deployer/test/util/constants.ts b/packages/deployer/test/util/constants.ts index d52076607..223bfed27 100644 --- a/packages/deployer/test/util/constants.ts +++ b/packages/deployer/test/util/constants.ts @@ -8,4 +8,5 @@ export const constants = { timeoutMs: 20000, zrxTokenAddress: '0xe41d2489571d322189246dafa5ebde1f4699f498', tokenTransferProxyAddress: '0x8da0d80f5007ef1e431dd2127178d224e32c2ef4', + contractsToCompile: '*', }; -- cgit v1.2.3 From 060b02eaed2c7e2946286897b79ccfe828efc95d Mon Sep 17 00:00:00 2001 From: Amir Bandeali Date: Thu, 15 Feb 2018 10:20:03 -0800 Subject: Rename variables --- packages/deployer/test/util/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/deployer/test/util') diff --git a/packages/deployer/test/util/constants.ts b/packages/deployer/test/util/constants.ts index 223bfed27..adb13f330 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', - contractsToCompile: '*', + specifiedContracts: '*', }; -- cgit v1.2.3