Go to file
Drygin 1dc13e68e5 move factory deploy 2022-01-29 23:38:21 +03:00
contracts move factory deploy 2022-01-29 23:38:21 +03:00
scripts move factory deploy 2022-01-29 23:38:21 +03:00
test move factory deploy 2022-01-29 23:38:21 +03:00
.env.example init project 2022-01-27 14:51:34 +03:00
.eslintrc fix linters 2022-01-28 19:46:46 +03:00
.gitignore init project 2022-01-27 14:51:34 +03:00
.prettierignore fix linters 2022-01-28 19:46:46 +03:00
.prettierrc fix linters 2022-01-28 19:46:46 +03:00
LICENSE Initial commit 2022-01-25 16:07:03 +03:00
README.md fix linters 2022-01-28 19:46:46 +03:00
config.json move factory deploy 2022-01-29 23:38:21 +03:00
hardhat.config.js fix linters 2022-01-28 19:46:46 +03:00
package.json add mainnet test 2022-01-27 18:46:30 +03:00
yarn.lock add mainnet test 2022-01-27 18:46:30 +03:00

README.md

Nova upgrade proposal

There is Tornado governance proposal for upgrade nova contract on Xdai chain.

Tests

  1. Install dependencies:
    yarn install
  1. Create .env file with actual values from .env.sample.

  2. Run tests:

    yarn test
  1. Run linter:
    yarn lint

Deploy

  1. Check config.json for actual values.

  2. Run deploy:

    npx hardhat run scripts/deploy.js --network <network-name>