embark-area-51/lib/constants.json

19 lines
399 B
JSON
Raw Normal View History

2018-04-19 18:26:11 +00:00
{
"httpContractsDirectory": ".embark/contracts/",
"contexts": {
"simulator": "simulator",
"blockchain": "blockchain",
"templateGeneration": "templateGeneration",
"run": "run",
"upload": "upload",
"build": "build",
"graph": "graph",
"test": "test",
"reset": "reset",
"any": "any"
},
"events": {
2018-04-27 17:50:57 +00:00
"contractFilesChanged": "contractFilesChanged"
}
2018-04-19 18:26:11 +00:00
}