2018-04-19 18:26:11 +00:00
{
2018-04-24 18:42:56 +00:00
"httpContractsDirectory" : ".embark/contracts/" ,
"contexts" : {
"simulator" : "simulator" ,
"blockchain" : "blockchain" ,
2018-04-25 14:34:17 +00:00
"templateGeneration" : "templateGeneration" ,
"run" : "run" ,
"upload" : "upload" ,
"build" : "build" ,
2018-07-23 09:36:53 +00:00
"console" : "console" ,
2018-04-25 14:34:17 +00:00
"graph" : "graph" ,
2018-10-05 23:13:00 +00:00
"scaffold" : "scaffold" ,
2018-04-25 14:34:17 +00:00
"test" : "test" ,
"reset" : "reset" ,
2018-04-24 18:42:56 +00:00
"any" : "any"
} ,
2018-05-15 21:08:08 +00:00
"process" : {
2018-05-28 15:48:27 +00:00
"processLaunchRequest" : "process:launch-request" ,
"processLaunchComplete" : "process:launch-complete" ,
2018-05-15 21:08:08 +00:00
"log" : "log" ,
"events" : {
"on" : "on" ,
"request" : "request" ,
"response" : "response"
}
} ,
2018-05-07 18:30:30 +00:00
"pipeline" : {
"init" : "init" ,
"build" : "build" ,
"initiated" : "initiated" ,
2018-05-15 21:08:08 +00:00
"built" : "built"
2018-05-22 18:13:56 +00:00
} ,
"blockchain" : {
2018-11-21 21:57:58 +00:00
"clients" : {
"geth" : "geth" ,
"parity" : "parity"
} ,
2018-05-22 18:13:56 +00:00
"blockchainReady" : "blockchainReady" ,
2018-06-22 12:52:15 +00:00
"blockchainExit" : "blockchainExit" ,
2018-05-22 18:13:56 +00:00
"init" : "init" ,
2018-06-11 20:43:08 +00:00
"initiated" : "initiated" ,
2018-07-31 13:59:27 +00:00
"servicePortOnProxy" : 10 ,
"networkIds" : {
2018-08-23 10:06:47 +00:00
"livenet" : 1 ,
2018-07-31 13:59:27 +00:00
"testnet" : 3 ,
"ropsten" : 3 ,
"rinkeby" : 4
2018-11-15 19:19:44 +00:00
} ,
"gasAllowanceError" : "Returned error: gas required exceeds allowance or always failing transaction" ,
"gasAllowanceErrorMessage" : "Failing call, this could be because of invalid inputs or function guards that may have been triggered, or an unknown error."
2018-05-23 19:10:53 +00:00
} ,
"storage" : {
"init" : "init" ,
2018-11-28 01:46:47 +00:00
"initiated" : "initiated" ,
"restart" : "restart"
2018-10-16 15:16:47 +00:00
} ,
"tests" : {
"gasLimit" : 6000000
} ,
"codeGenerator" : {
"gasLimit" : 6000000
2018-10-09 23:15:39 +00:00
} ,
"logs" : {
2018-10-22 12:56:14 +00:00
"logPath" : ".embark/logs/" ,
"maxLogLength" : 1500
2018-11-07 11:35:51 +00:00
} ,
"deploymentStrategy" : {
"implicit" : "implicit" ,
"explicit" : "explicit"
2018-11-08 21:35:04 +00:00
} ,
2018-11-22 13:47:39 +00:00
"embarkResourceOrigin" : "http://embark" ,
"ens" : {
"whitelist" : [
"eth" ,
"xyz"
]
}
2018-11-15 19:19:44 +00:00
}