18 lines
381 B
JSON
18 lines
381 B
JSON
|
|
{
|
|
"language": "Solidity",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"outputSelection": {
|
|
"*": {
|
|
"": ["ast"],
|
|
"*": ["abi", "metadata", "devdoc", "userdoc", "storageLayout", "evm.legacyAssembly", "evm.bytecode", "evm.deployedBytecode", "evm.methodIdentifiers", "evm.gasEstimates", "evm.assembly"]
|
|
}
|
|
},
|
|
"evmVersion": "byzantium"
|
|
}
|
|
}
|