embark/lib/constants.json

12 lines
209 B
JSON
Raw Normal View History

2018-04-19 18:26:11 +00:00
{
"httpContractsDirectory": ".embark/contracts/",
"contexts": {
"simulator": "simulator",
"blockchain": "blockchain",
"any": "any"
},
"events": {
"contextChange": "contextChange"
}
2018-04-19 18:26:11 +00:00
}