Skip to content

Instantly share code, notes, and snippets.

@Enigmatic331
Created April 8, 2022 11:27
Show Gist options
  • Save Enigmatic331/40d65e551a2f940023e1d3db290ed382 to your computer and use it in GitHub Desktop.
Save Enigmatic331/40d65e551a2f940023e1d3db290ed382 to your computer and use it in GitHub Desktop.
{
"language": "Solidity",
"settings": {
"optimizer": {
"enabled": false
},
"metadata": {
"bytecodeHash": "none"
},
"outputSelection": {
"*": {
"*": [
"metadata",
"abi",
"evm.deployedBytecode",
"evm.bytecode"
]
}
}
},
"sources": {
"browser/test.sol": {
"content":"pragma solidity ^0.8.0;\r\n\r\ncontract shortContract123456789 {\r\n \r\n fallback() external { }\r\n \r\n}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment