Fix checks, add contract list to compile script in package.json

This commit is contained in:
Amir Bandeali
2018-02-14 13:54:04 -08:00
parent f62762bd0e
commit af333b1838
26 changed files with 38 additions and 1815 deletions

View File

@@ -8,4 +8,5 @@ export const constants = {
timeoutMs: 20000,
zrxTokenAddress: '0xe41d2489571d322189246dafa5ebde1f4699f498',
tokenTransferProxyAddress: '0x8da0d80f5007ef1e431dd2127178d224e32c2ef4',
contractsToCompile: '*',
};