mirror of
https://github.com/tornadocash/nova-upgrade-proposal.git
synced 2024-11-21 09:06:50 +01:00
contracts | ||
scripts | ||
test | ||
.env.example | ||
.eslintrc | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
config.js | ||
hardhat.config.js | ||
LICENSE | ||
package.json | ||
README.md | ||
yarn.lock |
Nova upgrade proposal
There is Tornado governance proposal for upgrade nova contract on Xdai chain.
Tests
- Install dependencies:
yarn install
-
Create
.env
file with actual values from.env.sample
. -
Run tests:
yarn test
- Run linter:
yarn lint
Deploy
-
Check
config.js
for actual values. TakenewNovaImpl
address from README of repository. -
Run deploy:
npx hardhat run scripts/deploy.js --network mainnet