From 720ce4c18566166628dd058fbfb8d9cb27f47f5a Mon Sep 17 00:00:00 2001 From: Theo Date: Fri, 28 Jul 2023 06:20:34 -0700 Subject: [PATCH] Add readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f9e47be..07871c5 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ### Changes / effect description -- 1 -- 2 -- ... +- Change owner of ENS domains [staking-rewards.contract.tornadocash.eth](https://app.ens.domains/staking-rewards.contract.tornadocash.eth) and [contract.tornadocash.eth](https://app.ens.domains/contract.tornadocash.eth) to Tornado Cash Governance +- Change address on staking-rewards.contract.tornadocash.eth to new staking address (has been changed in [proposal 22](https://tornado.ws/governance/22)) +- Update IPFS content hashes on ENS domains for docs (docs.tornadocash.eth), Classic UI (tornadocash.eth), Nova UI (nova.tornadocash.eth) and relayers UI (relayers-network.tornadocash.eth) ### Requirements @@ -15,8 +15,8 @@ ### Installation ```text -git clone --recurse-submodules -cd +git clone --recurse-submodules https://git.tornado.ws/Theo/proposal-27-update-ipfs.git +cd proposal-27-update-ipfs npm install npm run init ```