UNPKG

516 BJSONView Raw
1{
2 "compilerType": "solcjs",
3 "compilerVersion": "./node_modules/solc",
4 "outputType": "all",
5 "compilerOptions": {
6 "outputSelection": {
7 "*": {
8 "*": [
9 "evm.bytecode.object",
10 "evm.deployedBytecode.object",
11 "abi",
12 "evm.bytecode.sourceMap",
13 "evm.deployedBytecode.sourceMap",
14 "metadata"
15 ],
16 "": ["ast"]
17 }
18 },
19 "evmVersion": "istanbul",
20 "optimizer": {
21 "enabled": true,
22 "runs": 999999
23 }
24 }
25}