* `@0x/contracts-zero-ex`: Update `compiler.json` * update org deps and regen yarn lock * fix `@0x/contracts-gen` being pinned (why?) Co-authored-by: Lawrence Forman <me@merklejerk.com>
30 lines
892 B
JSON
30 lines
892 B
JSON
{
|
|
"artifactsDir": "./test/generated-artifacts",
|
|
"contractsDir": "./contracts",
|
|
"useDockerisedSolc": false,
|
|
"isOfflineMode": false,
|
|
"shouldSaveStandardInput": true,
|
|
"shouldCompileIndependently": true,
|
|
"compilerSettings": {
|
|
"evmVersion": "istanbul",
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 1000000,
|
|
"details": { "yul": true, "deduplicate": true, "cse": true, "constantOptimizer": true }
|
|
},
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"devdoc",
|
|
"evm.bytecode.object",
|
|
"evm.bytecode.sourceMap",
|
|
"evm.deployedBytecode.object",
|
|
"evm.deployedBytecode.sourceMap",
|
|
"evm.methodIdentifiers"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|