Update sync mode config values in demo config #601

This commit is contained in:
Heikki Hakala 2018-07-06 12:57:04 +03:00 committed by Jonathan Rainville
parent 5bb1d33739
commit 872501e94e
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ module.exports = {
testnet: {
enabled: true,
networkType: "testnet",
light: true,
syncMode: "light",
rpcHost: "localhost",
rpcPort: 8545,
rpcCorsDomain: "http://localhost:8000",
@ -41,7 +41,7 @@ module.exports = {
livenet: {
enabled: true,
networkType: "livenet",
light: true,
syncMode: "light",
rpcHost: "localhost",
rpcPort: 8545,
rpcCorsDomain: "http://localhost:8000",

View File

@ -30,7 +30,7 @@ module.exports = {
testnet: {
enabled: true,
networkType: "testnet",
light: true,
syncMode: "light",
rpcHost: "localhost",
rpcPort: 8545,
rpcCorsDomain: "http://localhost:8000",
@ -41,7 +41,7 @@ module.exports = {
livenet: {
enabled: true,
networkType: "livenet",
light: true,
syncMode: "light",
rpcHost: "localhost",
rpcPort: 8545,
rpcCorsDomain: "http://localhost:8000",