Skip to content

Commit

Permalink
Merge pull request #46 from vbaranov/core
Browse files Browse the repository at this point in the history
README update: new configuration file path
  • Loading branch information
vbaranov authored Dec 21, 2017
2 parents 7837bcd + 2c8c46a commit c7a4b43
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 c7a4b43

Please sign in to comment.