2017-02-10 00:38:02 +00:00
|
|
|
{
|
|
|
|
"development": {
|
2017-02-20 22:12:59 +00:00
|
|
|
"enabled": true,
|
2017-02-10 00:38:02 +00:00
|
|
|
"networkType": "custom",
|
2018-05-11 14:23:52 +00:00
|
|
|
"networkId": "1337",
|
|
|
|
"isDev": true,
|
2018-03-29 23:05:30 +00:00
|
|
|
"genesisBlock": "development/genesis.json",
|
2017-02-10 00:38:02 +00:00
|
|
|
"datadir": ".embark/development/datadir",
|
|
|
|
"mineWhenNeeded": true,
|
|
|
|
"nodiscover": true,
|
|
|
|
"maxpeers": 0,
|
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
2018-04-26 11:37:00 +00:00
|
|
|
"rpcCorsDomain": "auto",
|
2017-02-10 00:38:02 +00:00
|
|
|
"account": {
|
2018-03-29 23:05:30 +00:00
|
|
|
"password": "development/password"
|
2017-10-19 22:55:49 +00:00
|
|
|
},
|
2018-01-17 16:23:32 +00:00
|
|
|
"targetGasLimit": 8000000,
|
2018-04-26 11:37:00 +00:00
|
|
|
"wsOrigins": "auto",
|
2018-01-11 13:55:28 +00:00
|
|
|
"wsRPC": true,
|
|
|
|
"wsHost": "localhost",
|
|
|
|
"wsPort": 8546
|
|
|
|
|
2017-02-10 00:38:02 +00:00
|
|
|
},
|
|
|
|
"testnet": {
|
|
|
|
"networkType": "testnet",
|
|
|
|
"rpcHost": "localhost",
|
2018-06-15 18:27:14 +00:00
|
|
|
"rpcPort": 8545,
|
|
|
|
"account": {
|
2018-06-15 19:03:48 +00:00
|
|
|
"password": "config/ropsten/password"
|
2018-06-15 18:27:14 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"rinkeby": {
|
|
|
|
"networkType": "rinkeby",
|
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
|
|
|
"account": {
|
2018-06-15 19:03:48 +00:00
|
|
|
"password": "config/rinkeby/password"
|
2018-06-15 18:27:14 +00:00
|
|
|
}
|
2017-02-10 00:38:02 +00:00
|
|
|
},
|
|
|
|
"livenet": {
|
|
|
|
"networkType": "livenet",
|
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
|
|
|
"rpcCorsDomain": "http://localhost:8000",
|
|
|
|
"account": {
|
2018-03-29 23:05:30 +00:00
|
|
|
"password": "livenet/password"
|
2017-02-10 00:38:02 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"privatenet": {
|
|
|
|
"networkType": "custom",
|
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
|
|
|
"datadir": "yourdatadir",
|
|
|
|
"networkId": "123",
|
2017-02-18 13:24:23 +00:00
|
|
|
"bootnodes": ""
|
2017-02-10 00:38:02 +00:00
|
|
|
}
|
|
|
|
}
|