Skip to content

Commit

Permalink
README update: new configuration file path
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Dec 21, 2017
1 parent 7837bcd commit c73316a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down

0 comments on commit c73316a

Please sign in to comment.