50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"httpContractsDirectory": ".embark/contracts/",
|
|
"contexts": {
|
|
"simulator": "simulator",
|
|
"blockchain": "blockchain",
|
|
"templateGeneration": "templateGeneration",
|
|
"run": "run",
|
|
"upload": "upload",
|
|
"build": "build",
|
|
"console": "console",
|
|
"graph": "graph",
|
|
"test": "test",
|
|
"reset": "reset",
|
|
"any": "any"
|
|
},
|
|
"process": {
|
|
"processLaunchRequest": "process:launch-request",
|
|
"processLaunchComplete": "process:launch-complete",
|
|
"log": "log",
|
|
"events": {
|
|
"on": "on",
|
|
"request": "request",
|
|
"response": "response"
|
|
}
|
|
},
|
|
"pipeline": {
|
|
"init": "init",
|
|
"build": "build",
|
|
"initiated": "initiated",
|
|
"built": "built"
|
|
},
|
|
"blockchain": {
|
|
"blockchainReady": "blockchainReady",
|
|
"blockchainExit": "blockchainExit",
|
|
"init": "init",
|
|
"initiated": "initiated",
|
|
"servicePortOnProxy": 10,
|
|
"networkIds": {
|
|
"mainnet": 1,
|
|
"testnet": 3,
|
|
"ropsten": 3,
|
|
"rinkeby": 4
|
|
}
|
|
},
|
|
"storage": {
|
|
"init": "init",
|
|
"initiated": "initiated"
|
|
}
|
|
}
|