From 97db72dc24653710c2632050061feee18949ada2 Mon Sep 17 00:00:00 2001 From: trentmc <5305452+trentmc@users.noreply.github.com> Date: Thu, 7 Jan 2021 19:26:02 +0100 Subject: [PATCH] Make contracts/ documentation point to actual deployments too --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 71c259493..fc754e018 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,8 @@ # Ocean-Contracts Core Documentation +## Deployments +- [Here are addresses](../artifacts/address.json) of contracts deployed to Ethereum mainnet and more. + ## Contracts - [DataTokenFactory](contracts/DTFactory.md) - [DataTokenTemplate](contracts/templates/DataTokenTemplate.md) @@ -19,6 +22,3 @@ The full release process documentation is found [here](RELEASE_PROCESS.md) -## Deployments -- Addresses of contracts deployed to **Ethereum mainnet**: [here](deployments/mainnet.md) -- Addresses of contracts deployed to **Rinkeby testnet**: [here](deployments/rinkeby.md)