File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments