mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
14 lines
444 B
JSON
14 lines
444 B
JSON
|
{
|
||
|
"language": "Solidity",
|
||
|
"sources": {
|
||
|
"url_not_found.sol": {
|
||
|
"urls": [
|
||
|
"standard_urls_existing_and_missing/non-existent-contract-1.sol",
|
||
|
"standard_urls_existing_and_missing/contract.sol",
|
||
|
"standard_urls_existing_and_missing/non-existent-contract-2.sol"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"settings": {"outputSelection": {"*": { "*": ["metadata", "evm.bytecode"]}}}
|
||
|
}
|