Updated blockchain.json with syncModes

This commit is contained in:
Richard Ramos 2018-06-28 10:16:12 -04:00
parent d20a088138
commit ce5143aa70
1 changed files with 2 additions and 2 deletions

View File

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