@0x/contracs-test-utils: Increase number of deployed ERC721 and ERC1155 tokens to 2 to fix broken asset-proxy tests.
				
					
				
			This commit is contained in:
		
				
					committed by
					
						
						Amir Bandeali
					
				
			
			
				
	
			
			
			
						parent
						
							91c27ff972
						
					
				
				
					commit
					9cc8933eec
				
			@@ -36,9 +36,9 @@ export const constants = {
 | 
			
		||||
    DUMMY_TOKEN_TOTAL_SUPPLY: new BigNumber(0),
 | 
			
		||||
    NULL_BYTES: '0x',
 | 
			
		||||
    NUM_DUMMY_ERC20_TO_DEPLOY: 4,
 | 
			
		||||
    NUM_DUMMY_ERC721_TO_DEPLOY: 1,
 | 
			
		||||
    NUM_DUMMY_ERC721_TO_DEPLOY: 2,
 | 
			
		||||
    NUM_ERC721_TOKENS_TO_MINT: 4,
 | 
			
		||||
    NUM_DUMMY_ERC1155_CONTRACTS_TO_DEPLOY: 1,
 | 
			
		||||
    NUM_DUMMY_ERC1155_CONTRACTS_TO_DEPLOY: 2,
 | 
			
		||||
    NUM_ERC1155_FUNGIBLE_TOKENS_MINT: 4,
 | 
			
		||||
    NUM_ERC1155_NONFUNGIBLE_TOKENS_MINT: 4,
 | 
			
		||||
    NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user