aboutsummaryrefslogblamecommitdiffstats
path: root/packages/metacoin/compiler.json
blob: f5817e0c89c81b85b4cc7c67034726a0ec8cc2f9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                    
{
    "compilerSettings": {
        "outputSelection": {
            "*": {
                "*": [
                    "abi",
                    "evm.bytecode.object",
                    "evm.bytecode.sourceMap",
                    "evm.deployedBytecode.object",
                    "evm.deployedBytecode.sourceMap"
                ]
            }
        }
    }
}