mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-02-13 03:46:25 +00:00
26 lines
494 B
JSON
26 lines
494 B
JSON
{
|
|
"language": "Solidity",
|
|
"sources": {},
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"metadata": {
|
|
"useLiteralContent": true
|
|
},
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"metadata",
|
|
"evm.bytecode.object",
|
|
"evm.bytecode.sourceMap",
|
|
"abi",
|
|
"evm.methodIdentifiers",
|
|
"evm.deployedBytecode.object",
|
|
"evm.deployedBytecode.sourceMap"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |