proposal-29-update-ipfs/README.md
2023-07-28 06:20:34 -07:00

1.3 KiB

Proposal to update Tornado IPFS hashes in ENS

Changes / effect description

  • Change owner of ENS domains staking-rewards.contract.tornadocash.eth and 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)
  • 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

Installation

git clone --recurse-submodules https://git.tornado.ws/Theo/proposal-27-update-ipfs.git
cd proposal-27-update-ipfs
npm install
npm run init

Testing

npm run test:windows

or

npm run test:linux