mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
29 lines
358 B
JSON
29 lines
358 B
JSON
{
|
|
"language": "Solidity",
|
|
"sources":
|
|
{
|
|
"A":
|
|
{
|
|
"content": "// SPDX-License-Identifier: GPL-3.0\npragma solidity >=0.0;\n\ncontract test {}"
|
|
}
|
|
},
|
|
"settings":
|
|
{
|
|
"viaIR": true,
|
|
"optimizer": {
|
|
"enabled": true
|
|
},
|
|
"metadata":
|
|
{
|
|
"appendCBOR": false
|
|
},
|
|
"outputSelection":
|
|
{
|
|
"A":
|
|
{
|
|
"test": ["evm.bytecode"]
|
|
}
|
|
}
|
|
}
|
|
}
|