From 09b04ae2817391591f9e0954433a229b373047f3 Mon Sep 17 00:00:00 2001 From: Barry Gitarts Date: Fri, 27 Jul 2018 17:56:58 -0400 Subject: [PATCH] change syncMode to light --- config/blockchain.json | 2 +- config/contracts.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/blockchain.json b/config/blockchain.json index 638c816..4259926 100644 --- a/config/blockchain.json +++ b/config/blockchain.json @@ -24,7 +24,7 @@ "testnet": { "enabled": true, "networkType": "testnet", - "light": true, + "syncMode": "light", "rpcHost": "localhost", "rpcPort": 8545, "rpcCorsDomain": "http://localhost:8000", diff --git a/config/contracts.json b/config/contracts.json index c2ad38e..f66010c 100644 --- a/config/contracts.json +++ b/config/contracts.json @@ -84,7 +84,8 @@ }, "ENSSubdomainRegistry": { "address": "0xb1C47B61CDaeee3fA85Fe8B93FcE6311165E6291" - } + }, + "ERC20Receiver": { "deploy": false } } }, "rinkeby":{