2018-04-19 18:26:11 +00:00
{
2018-04-24 18:42:56 +00:00
"httpContractsDirectory" : ".embark/contracts/" ,
2019-05-01 20:00:04 +00:00
"console" : {
"commandHistorySize" : "20"
} ,
2018-04-24 18:42:56 +00:00
"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-11-30 03:11:18 +00:00
"built" : "built" ,
"webpackDone" : "webpackDone"
2018-05-22 18:13:56 +00:00
} ,
"blockchain" : {
2019-03-05 22:45:18 +00:00
"call" : "eth_call" ,
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 ,
2019-04-04 08:52:09 +00:00
"rinkeby" : 4 ,
"development" : 1337 ,
"development_parity" : 17
2018-11-15 19:19:44 +00:00
} ,
"gasAllowanceError" : "Returned error: gas required exceeds allowance or always failing transaction" ,
2018-12-14 03:42:40 +00:00
"gasAllowanceErrorMessage" : "Failing call, this could be because of invalid inputs or function guards that may have been triggered, or an unknown error." ,
"transactionMethods" : {
"eth_sendTransaction" : "eth_sendTransaction" ,
"eth_sendRawTransaction" : "eth_sendRawTransaction" ,
"eth_getTransactionReceipt" : "eth_getTransactionReceipt"
2019-04-04 02:59:41 +00:00
}
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
} ,
"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"
]
2019-01-23 20:37:53 +00:00
} ,
2019-02-20 16:19:39 +00:00
"dappArtifacts" : {
2019-01-23 20:37:53 +00:00
"dir" : "config" ,
2019-01-31 04:58:54 +00:00
"blockchain" : "blockchain.json" ,
"storage" : "storage.json" ,
2019-02-08 16:41:52 +00:00
"communication" : "communication.json" ,
2019-02-08 18:02:42 +00:00
"embarkjs" : "embarkjs.js" ,
2019-04-12 16:15:26 +00:00
"embarkjsnode" : "embarkjs.node.js" ,
2019-02-20 16:19:39 +00:00
"contractsJs" : "contracts" ,
"symlinkDir" : "modules"
2019-04-04 08:52:09 +00:00
} ,
"environments" : {
"development" : "development"
2018-11-22 13:47:39 +00:00
}
2018-11-15 19:19:44 +00:00
}