Merge development
This commit is contained in:
32
contracts/exchange-libs/compiler.json
Normal file
32
contracts/exchange-libs/compiler.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"artifactsDir": "./generated-artifacts",
|
||||
"contractsDir": "./contracts",
|
||||
"useDockerisedSolc": true,
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user