aboutsummaryrefslogtreecommitdiffstats
path: root/test/cmdlineTests/standard_wrong_key_metadata/input.json
blob: 490e489a24e17963e3c33e792f623befbba918ab (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": {
            "key1": "test",
            "useLiteralContent": true
        }
    }
}