From 950ae2df884875fc3e131660cbe2cf2857121c71 Mon Sep 17 00:00:00 2001 From: VoR0220 Date: Fri, 15 Jun 2018 13:27:14 -0500 Subject: [PATCH] replicate in contracts app Signed-off-by: VoR0220 --- test_apps/contracts_app/blockchain.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/test_apps/contracts_app/blockchain.json b/test_apps/contracts_app/blockchain.json index ee5b1b968..488ba61c6 100644 --- a/test_apps/contracts_app/blockchain.json +++ b/test_apps/contracts_app/blockchain.json @@ -25,7 +25,18 @@ "testnet": { "networkType": "testnet", "rpcHost": "localhost", - "rpcPort": 8545 + "rpcPort": 8545, + "account": { + "password": "config/development/password" + } + }, + "rinkeby": { + "networkType": "rinkeby", + "rpcHost": "localhost", + "rpcPort": 8545, + "account": { + "password": "config/development/password" + } }, "livenet": { "networkType": "livenet",