diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-11-13 07:10:46 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-11-13 07:10:46 +0800 |
commit | 7068f7b4d125e06049c263f0a726d562a6f6e99e (patch) | |
tree | f52d91cca3acd15aebad58880e72416aebf48d19 /packages/contracts/README.md | |
parent | 79f0324abc6e59d5595770e44d620e6d0cccd6bc (diff) | |
parent | add1cfd26132465ad51a3f9cf2ae8362fc301fcf (diff) | |
download | dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.gz dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.bz2 dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.lz dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.xz dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.zst dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.zip |
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/metamask-connect-flow
Diffstat (limited to 'packages/contracts/README.md')
-rw-r--r-- | packages/contracts/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/README.md b/packages/contracts/README.md index 5aedb249f..97a2816ff 100644 --- a/packages/contracts/README.md +++ b/packages/contracts/README.md @@ -1,6 +1,6 @@ ## Contracts -Smart contracts that implement the 0x protocol. Addresses of the deployed contracts can be found [here](https://0xproject.com/wiki#Deployed-Addresses). +Smart contracts that implement the 0x protocol. Addresses of the deployed contracts can be found in the 0x [wiki](https://0xproject.com/wiki#Deployed-Addresses) or the [CHANGELOG](./CHANGELOG.json) of this package. ## Usage |