aboutsummaryrefslogtreecommitdiffstats
path: root/test/cmdlineTests/standard_wrong_key_settings/input.json
blob: d7809b1c80648172a5730685504a98896eb34b57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "language": "Solidity",
    "sources":
    {
        "A":
        {
            "content": "pragma solidity >=0.0; contract C { function f() public pure {} }"
        }
    },
    "settings":
    {
        "optimizer": {
            "enabled": true,
            "runs": 200
        },
        "evmVersion": "byzantium",
        "metadata": {
            "useLiteralContent": true
        },
        "key1": "test"
    }
}