From c73316abeac103cc9c5b9d389aa1623ba37c3a77 Mon Sep 17 00:00:00 2001 From: viktor Date: Thu, 21 Dec 2017 13:30:03 +0300 Subject: [PATCH] README update: new configuration file path --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b99b740..9144c52 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,11 @@ Check [Ceremony Dapp section from wiki](https://github.com/oraclesorg/oracles-wi ## Configuration file It is configured with [POA Network contract](https://github.com/oraclesorg/poa-network-consensus-contracts) -Path: `./assets/javascripts/config.json` +Path: (`./src/addresses.js`)[./src/addresses.js] ``` -{ - "environment": "live", - "Ethereum": { - "live": { - "contractAddress": "POA_Network_Consensus_contract_address" - } - } +module.exports = { + KEYS_MANAGER_ADDRESS: '0xfc90125492e58dbfe80c0bfb6a2a759c4f703ca8' } ```