hotfix blockchain configs for privatenet

This commit is contained in:
Jonathan Rainville 2018-06-29 14:17:59 -04:00
parent dfff83d42d
commit a4bf8b367d
2 changed files with 8 additions and 24 deletions

View File

@ -17,12 +17,12 @@
"wsHost": "localhost",
"wsPort": 8546
},
"privateNet": {
"privatenet": {
"networkType": "custom",
"networkId": "1337",
"isDev": false,
"genesisBlock": "privateNet/genesis.json",
"datadir": ".embark/privateNet/datadir",
"genesisBlock": "privatenet/genesis.json",
"datadir": ".embark/privatenet/datadir",
"mineWhenNeeded": true,
"nodiscover": true,
"maxpeers": 0,
@ -30,7 +30,7 @@
"rpcPort": 8545,
"rpcCorsDomain": "auto",
"account": {
"password": "privateNet/password"
"password": "privatenet/password"
},
"targetGasLimit": 8000000,
"wsOrigins": "auto",
@ -64,13 +64,5 @@
"account": {
"password": "livenet/password"
}
},
"privatenet": {
"networkType": "custom",
"rpcHost": "localhost",
"rpcPort": 8545,
"datadir": "yourdatadir",
"networkId": "123",
"bootnodes": ""
}
}

View File

@ -18,13 +18,13 @@
"wsPort": 8546,
"proxy": true
},
"privateNet": {
"privatenet": {
"enabled": true,
"networkType": "custom",
"networkId": "1337",
"isDev": false,
"genesisBlock": "config/privateNet/genesis.json",
"datadir": ".embark/privateNet/datadir",
"genesisBlock": "config/privatenet/genesis.json",
"datadir": ".embark/privatenet/datadir",
"mineWhenNeeded": true,
"nodiscover": true,
"maxpeers": 0,
@ -32,7 +32,7 @@
"rpcPort": 8545,
"rpcCorsDomain": "auto",
"account": {
"password": "config/privateNet/password"
"password": "config/privatenet/password"
},
"targetGasLimit": 8000000,
"wsOrigins": "auto",
@ -67,13 +67,5 @@
"account": {
"password": "config/livenet/password"
}
},
"privatenet": {
"networkType": "custom",
"rpcHost": "localhost",
"rpcPort": 8545,
"datadir": "yourdatadir",
"networkId": "123",
"bootnodes": ""
}
}