From dbd12a63a2540ab3c330d496338a3b9742a23036 Mon Sep 17 00:00:00 2001 From: Theo Date: Thu, 15 Jun 2023 20:38:55 -0700 Subject: [PATCH] Add deployed contracts addresses to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d402b1..05b2f24 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,9 @@ npm install ```text npm run test -``` \ No newline at end of file +``` + +### Contracts + +1. New staking implementation contract: [etherscan link](https://etherscan.io/address/0x9c97be37840f0e754bb7adb1b16fd0954a2ba248#code) +2. Proposal contract: [etherscan link](https://etherscan.io/address/0xe3ea2661908d7ebdae01582ad77ab31eebffd365#code) \ No newline at end of file