Skip to content

Commit 872501e

Browse files
hhakalajrainville
authored andcommitted
Update sync mode config values in demo config #601
1 parent 5bb1d33 commit 872501e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/boilerplate/config/blockchain.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = {
3030
testnet: {
3131
enabled: true,
3232
networkType: "testnet",
33-
light: true,
33+
syncMode: "light",
3434
rpcHost: "localhost",
3535
rpcPort: 8545,
3636
rpcCorsDomain: "http://localhost:8000",
@@ -41,7 +41,7 @@ module.exports = {
4141
livenet: {
4242
enabled: true,
4343
networkType: "livenet",
44-
light: true,
44+
syncMode: "light",
4545
rpcHost: "localhost",
4646
rpcPort: 8545,
4747
rpcCorsDomain: "http://localhost:8000",

templates/demo/config/blockchain.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = {
3030
testnet: {
3131
enabled: true,
3232
networkType: "testnet",
33-
light: true,
33+
syncMode: "light",
3434
rpcHost: "localhost",
3535
rpcPort: 8545,
3636
rpcCorsDomain: "http://localhost:8000",
@@ -41,7 +41,7 @@ module.exports = {
4141
livenet: {
4242
enabled: true,
4343
networkType: "livenet",
44-
light: true,
44+
syncMode: "light",
4545
rpcHost: "localhost",
4646
rpcPort: 8545,
4747
rpcCorsDomain: "http://localhost:8000",

0 commit comments

Comments
 (0)