aboutsummaryrefslogblamecommitdiffstats
path: root/contracts/libs/compiler.json
blob: 31ae13fef72af1736d58f385a4e5bf401e46d02c (plain) (tree)



















                                                    
                                                                                                                                           
 
{
    "artifactsDir": "./generated-artifacts",
    "contractsDir": "./contracts",
    "compilerSettings": {
        "optimizer": {
            "enabled": true,
            "runs": 1000000
        },
        "outputSelection": {
            "*": {
                "*": [
                    "abi",
                    "evm.bytecode.object",
                    "evm.bytecode.sourceMap",
                    "evm.deployedBytecode.object",
                    "evm.deployedBytecode.sourceMap"
                ]
            }
        }
    },
    "contracts": ["TestLibs", "LibOrder", "LibMath", "LibFillResults", "LibAbiEncoder", "LibEIP712", "LibAssetProxyErrors", "LibConstants"]
}