mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
19 lines
323 B
JSON
19 lines
323 B
JSON
{
|
|
"language": "Solidity",
|
|
"sources": {
|
|
"a.sol": {"urls": ["standard_generatedSources/in.sol"]}
|
|
},
|
|
"settings": {
|
|
"evmVersion": "petersburg",
|
|
"outputSelection": {
|
|
"*": {
|
|
"A": [
|
|
"evm.bytecode.object",
|
|
"evm.deployedBytecode.generatedSources",
|
|
"evm.bytecode.generatedSources"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|