/ lib / constants.json
constants.json
 1  {
 2    "httpContractsDirectory": ".embark/contracts/",
 3    "contexts": {
 4      "simulator": "simulator",
 5      "blockchain": "blockchain",
 6      "templateGeneration": "templateGeneration",
 7      "run": "run",
 8      "upload": "upload",
 9      "build": "build",
10      "console": "console",
11      "graph": "graph",
12      "scaffold": "scaffold",
13      "test": "test",
14      "reset": "reset",
15      "any": "any"
16    },
17    "process": {
18      "processLaunchRequest": "process:launch-request",
19      "processLaunchComplete": "process:launch-complete",
20      "log": "log",
21      "events": {
22        "on": "on",
23        "request": "request",
24        "response": "response"
25      }
26    },
27    "pipeline": {
28      "init": "init",
29      "build": "build",
30      "initiated": "initiated",
31      "built": "built"
32    },
33    "blockchain": {
34      "blockchainReady": "blockchainReady",
35      "blockchainExit": "blockchainExit",
36      "init": "init",
37      "initiated": "initiated",
38      "servicePortOnProxy": 10,
39      "networkIds": {
40        "livenet": 1,
41        "testnet": 3,
42        "ropsten": 3,
43        "rinkeby": 4
44      }
45    },
46    "storage": {
47      "init": "init",
48      "initiated": "initiated"
49    },
50    "tests": {
51      "gasLimit": 6000000
52    },
53    "codeGenerator": {
54      "gasLimit": 6000000
55    },
56    "logs": {
57      "logPath": ".embark/logs/",
58      "maxLogLength": 1500
59    }
60  }