From 6372b0c61d949e4b7ca214959e3d8dfc491befbf Mon Sep 17 00:00:00 2001 From: Heikki Hakala Date: Fri, 6 Jul 2018 12:57:04 +0300 Subject: [PATCH] Update sync mode config values in demo config #601 --- templates/boilerplate/config/blockchain.js | 4 ++-- templates/demo/config/blockchain.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/boilerplate/config/blockchain.js b/templates/boilerplate/config/blockchain.js index df353ce76..5a1b13ebd 100644 --- a/templates/boilerplate/config/blockchain.js +++ b/templates/boilerplate/config/blockchain.js @@ -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", diff --git a/templates/demo/config/blockchain.js b/templates/demo/config/blockchain.js index df353ce76..5a1b13ebd 100644 --- a/templates/demo/config/blockchain.js +++ b/templates/demo/config/blockchain.js @@ -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",