Fix a typo
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
			
		||||
        "version": "0.3.5",
 | 
			
		||||
        "changes": [
 | 
			
		||||
            {
 | 
			
		||||
                "note": "Don't try to write contract artifact if the error occured",
 | 
			
		||||
                "note": "Don't try to write contract artifact if an error occured",
 | 
			
		||||
                "pr": 485
 | 
			
		||||
            }
 | 
			
		||||
        ]
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ export const constants = {
 | 
			
		||||
    jsonrpcUrl: 'http://localhost:8545',
 | 
			
		||||
    optimizerEnabled: false,
 | 
			
		||||
    gasPrice: new BigNumber(20000000000),
 | 
			
		||||
    timeoutMs: 20000,
 | 
			
		||||
    timeoutMs: 30000,
 | 
			
		||||
    zrxTokenAddress: '0xe41d2489571d322189246dafa5ebde1f4699f498',
 | 
			
		||||
    tokenTransferProxyAddress: '0x8da0d80f5007ef1e431dd2127178d224e32c2ef4',
 | 
			
		||||
    specifiedContracts: 'Exchange',
 | 
			
		||||
    specifiedContracts: '*',
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user