Add compilerSettings to compiler.json
This commit is contained in:
		@@ -16,5 +16,18 @@
 | 
			
		||||
        "Arbitrage",
 | 
			
		||||
        "EtherDelta",
 | 
			
		||||
        "AccountLevels"
 | 
			
		||||
    ]
 | 
			
		||||
    ],
 | 
			
		||||
    "compilerSettings": {
 | 
			
		||||
        "outputSelection": {
 | 
			
		||||
            "*": {
 | 
			
		||||
                "*": [
 | 
			
		||||
                    "abi",
 | 
			
		||||
                    "evm.bytecode.object",
 | 
			
		||||
                    "evm.bytecode.sourceMap",
 | 
			
		||||
                    "evm.deployedBytecode.object",
 | 
			
		||||
                    "evm.deployedBytecode.sourceMap"
 | 
			
		||||
                ]
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user