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

View File

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