35 lines
1.3 KiB
Markdown
35 lines
1.3 KiB
Markdown
# Proposal to update Tornado IPFS hashes in ENS
|
|
|
|
### Changes / effect description
|
|
|
|
- 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
|
|
|
|
- Rust ([Need only for Windows](https://doc.rust-lang.org/cargo/getting-started/installation.html))
|
|
- Foundryup ([Windows](https://github.com/altugbakan/foundryup-windows), [Linux](https://book.getfoundry.sh/getting-started/installation))
|
|
- Node 20 or higher ([Windows](https://github.com/coreybutler/nvm-windows), [Linux](https://github.com/nvm-sh/nvm))
|
|
|
|
### Installation
|
|
|
|
```text
|
|
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
|
|
|
|
```text
|
|
npm run test:windows
|
|
```
|
|
|
|
or
|
|
|
|
```text
|
|
npm run test:linux
|
|
```
|