Increase max mintable amount
This commit is contained in:
		@@ -67,7 +67,7 @@ contract DummyERC20Token is
 | 
			
		||||
        external
 | 
			
		||||
    {
 | 
			
		||||
        require(
 | 
			
		||||
            _value <= 100000000000000000000,
 | 
			
		||||
            _value <= 10000000000000000000000,
 | 
			
		||||
            "VALUE_TOO_LARGE"
 | 
			
		||||
        );
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user