2016-09-25 02:23:33 -04:00
|
|
|
{
|
|
|
|
"development": {
|
2017-02-20 16:29:59 -05:00
|
|
|
"enabled": true,
|
2016-09-25 02:23:33 -04:00
|
|
|
"networkType": "custom",
|
2018-05-11 10:23:52 -04:00
|
|
|
"networkId": "1337",
|
|
|
|
"isDev": true,
|
2016-09-25 02:23:33 -04:00
|
|
|
"genesisBlock": "config/development/genesis.json",
|
|
|
|
"datadir": ".embark/development/datadir",
|
|
|
|
"mineWhenNeeded": true,
|
|
|
|
"nodiscover": true,
|
2016-10-30 20:35:11 -04:00
|
|
|
"maxpeers": 0,
|
2016-09-25 02:23:33 -04:00
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
2018-04-26 21:37:00 +10:00
|
|
|
"rpcCorsDomain": "auto",
|
2016-09-25 02:23:33 -04:00
|
|
|
"account": {
|
|
|
|
"password": "config/development/password"
|
2017-10-21 15:28:59 -04:00
|
|
|
},
|
2018-01-17 11:23:32 -05:00
|
|
|
"targetGasLimit": 8000000,
|
2018-04-26 21:37:00 +10:00
|
|
|
"wsOrigins": "auto",
|
2018-01-11 08:56:12 -05:00
|
|
|
"wsRPC": true,
|
|
|
|
"wsHost": "localhost",
|
2018-01-15 21:55:28 +00:00
|
|
|
"wsPort": 8546,
|
|
|
|
"simulatorMnemonic": "example exile argue silk regular smile grass bomb merge arm assist farm",
|
|
|
|
"simulatorBlocktime": 0
|
2016-09-25 02:23:33 -04:00
|
|
|
},
|
|
|
|
"testnet": {
|
2017-02-20 16:29:59 -05:00
|
|
|
"enabled": true,
|
2016-09-25 20:51:00 -04:00
|
|
|
"networkType": "testnet",
|
2017-02-20 15:53:55 -05:00
|
|
|
"light": true,
|
2016-09-25 02:23:33 -04:00
|
|
|
"rpcHost": "localhost",
|
2017-02-20 15:53:55 -05:00
|
|
|
"rpcPort": 8545,
|
|
|
|
"rpcCorsDomain": "http://localhost:8000",
|
|
|
|
"account": {
|
|
|
|
"password": "config/testnet/password"
|
|
|
|
}
|
2016-09-25 02:23:33 -04:00
|
|
|
},
|
|
|
|
"livenet": {
|
2017-02-20 16:29:59 -05:00
|
|
|
"enabled": true,
|
2016-09-25 20:51:00 -04:00
|
|
|
"networkType": "livenet",
|
2017-02-20 15:53:55 -05:00
|
|
|
"light": true,
|
2016-09-25 20:51:00 -04:00
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
|
|
|
"rpcCorsDomain": "http://localhost:8000",
|
|
|
|
"account": {
|
2017-02-08 06:31:57 -05:00
|
|
|
"password": "config/livenet/password"
|
2016-09-25 20:51:00 -04:00
|
|
|
}
|
2016-09-25 02:23:33 -04:00
|
|
|
},
|
|
|
|
"privatenet": {
|
2017-02-20 16:29:59 -05:00
|
|
|
"enabled": true,
|
2016-09-25 02:23:33 -04:00
|
|
|
"networkType": "custom",
|
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
2017-02-20 15:53:55 -05:00
|
|
|
"rpcCorsDomain": "http://localhost:8000",
|
2016-09-25 02:23:33 -04:00
|
|
|
"datadir": "yourdatadir",
|
|
|
|
"networkId": "123",
|
2017-02-18 08:24:23 -05:00
|
|
|
"bootnodes": ""
|
2016-09-25 02:23:33 -04:00
|
|
|
}
|
|
|
|
}
|