Updated blockchain.json with syncModes

This commit is contained in:
Richard Ramos 2018-06-28 10:16:12 -04:00 committed by Barry Gitarts
parent edce31e574
commit cac0ecf2f7

View File

@ -24,7 +24,7 @@
"testnet": { "testnet": {
"enabled": true, "enabled": true,
"networkType": "testnet", "networkType": "testnet",
"light": true, "syncMode": "light",
"rpcHost": "localhost", "rpcHost": "localhost",
"rpcPort": 8545, "rpcPort": 8545,
"rpcCorsDomain": "http://localhost:8000", "rpcCorsDomain": "http://localhost:8000",
@ -35,7 +35,7 @@
"livenet": { "livenet": {
"enabled": true, "enabled": true,
"networkType": "livenet", "networkType": "livenet",
"light": true, "syncMode": "light",
"rpcHost": "localhost", "rpcHost": "localhost",
"rpcPort": 8545, "rpcPort": 8545,
"rpcCorsDomain": "http://localhost:8000", "rpcCorsDomain": "http://localhost:8000",