Compile only the Exchange contract in compiler tests

This commit is contained in:
Leonid Logvinov
2018-04-02 14:20:53 +03:00
parent 0f4b05e374
commit 6e12794765

View File

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