Merge pull request #602 from hhakala/develop

Update sync mode config values in demo config #601
This commit is contained in:
Jonathan Rainville 2018-07-06 08:45:57 -04:00 committed by GitHub
commit fa4bed6441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

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

View File

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