Add optimizer settings to migrations compiler.json
				
					
				
			This commit is contained in:
		@@ -1,6 +1,10 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "contractsDir": "../contracts/src/contracts",
 | 
					    "contractsDir": "../contracts/src/contracts",
 | 
				
			||||||
    "compilerSettings": {
 | 
					    "compilerSettings": {
 | 
				
			||||||
 | 
					        "optimizer": {
 | 
				
			||||||
 | 
					            "enabled": true,
 | 
				
			||||||
 | 
					            "runs": 1000000
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        "outputSelection": {
 | 
					        "outputSelection": {
 | 
				
			||||||
            "*": {
 | 
					            "*": {
 | 
				
			||||||
                "*": [
 | 
					                "*": [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user