embark-area-51/lib/constants.json

19 lines
385 B
JSON
Raw Normal View History

2018-04-19 14:26:11 -04: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": {
"contextChange": "contextChange"
}
2018-04-19 14:26:11 -04:00
}