Go to file
Drygin 85e6a88443 add mainnet test 2022-01-27 18:46:30 +03:00
contracts add mainnet test 2022-01-27 18:46:30 +03:00
scripts add contracts 2022-01-27 14:51:44 +03:00
src add mainnet test 2022-01-27 18:46:30 +03:00
test add mainnet test 2022-01-27 18:46:30 +03:00
.env.example init project 2022-01-27 14:51:34 +03:00
.gitignore init project 2022-01-27 14:51:34 +03:00
LICENSE Initial commit 2022-01-25 16:07:03 +03:00
README.md init project 2022-01-27 14:51:34 +03:00
config.json add mainnet test 2022-01-27 18:46:30 +03:00
hardhat.config.js add mainnet test 2022-01-27 18:46:30 +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>