Merge pull request #17 from vbaranov/core

New address of Metadata contract in README
This commit is contained in:
Victor 2017-12-21 15:44:32 +03:00 committed by GitHub
commit 021ada4996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Path: [`./src/contracts/addresses.js`](./src/contracts/addresses.js)
```
module.exports = {
METADATA_ADDRESS: '0xa1b344ee240564f61117f2dbf999547ad4b871ed',
METADATA_ADDRESS: '0xcBB2912666c7e8023B7ec78B6842702eB26336aC',
KEYS_MANAGER_ADDRESS: '0xfc90125492e58dbfe80c0bfb6a2a759c4f703ca8',
POA_ADDRESS: '0x8bf38d4764929064f2d4d3a56520a76ab3df415b'
}