There is Tornado governance proposal for upgrade nova contract on Xdai chain.
- Install dependencies:
yarn install
-
Create
.env
file with actual values from.env.sample
. -
Run tests:
yarn test
- Run linter:
yarn lint
-
Check
config.js
for actual values. TakenewNovaImpl
address from README of repository. -
Run deploy:
npx hardhat run scripts/deploy.js --network mainnet