diff --git a/test_apps/contracts_app/blockchain.json b/test_apps/contracts_app/blockchain.json index c0ef821c8..9770fd6c7 100644 --- a/test_apps/contracts_app/blockchain.json +++ b/test_apps/contracts_app/blockchain.json @@ -26,8 +26,6 @@ "networkType": "testnet", "rpcHost": "localhost", "rpcPort": 8545, - "light": true, - "fast": true, "account": { "password": "config/ropsten/password" } @@ -36,8 +34,6 @@ "networkType": "rinkeby", "rpcHost": "localhost", "rpcPort": 8545, - "light": true, - "fast": true, "account": { "password": "config/rinkeby/password" } diff --git a/test_apps/test_app/config/blockchain.json b/test_apps/test_app/config/blockchain.json index aba34f92f..52543588a 100644 --- a/test_apps/test_app/config/blockchain.json +++ b/test_apps/test_app/config/blockchain.json @@ -26,8 +26,6 @@ "networkType": "testnet", "rpcHost": "localhost", "rpcPort": 8545, - "light": true, - "fast": true, "account": { "password": "config/ropsten/password" } @@ -36,8 +34,6 @@ "networkType": "rinkeby", "rpcHost": "localhost", "rpcPort": 8545, - "light": true, - "fast": true, "account": { "password": "config/rinkeby/password" }