Add to orderTypedData comment
This commit is contained in:
		@@ -64,7 +64,7 @@ export const eip712Utils = {
 | 
			
		||||
            verifyingContract: order.exchangeAddress,
 | 
			
		||||
        };
 | 
			
		||||
        // Since we are passing in the EXCHANGE_ORDER_SCHEMA
 | 
			
		||||
        // order paramaters that are not in there get ignored
 | 
			
		||||
        // order paramaters that are not in there get ignored at hashing time
 | 
			
		||||
        const typedData = eip712Utils.createTypedData(
 | 
			
		||||
            constants.EXCHANGE_ORDER_SCHEMA.name,
 | 
			
		||||
            { Order: constants.EXCHANGE_ORDER_SCHEMA.parameters },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user