Go to file
Drygin bbdf9aad0e add etherscan support 2022-02-17 01:11:16 +03:00
contracts add test upgrade bsc-xdai 2022-01-30 18:48:16 +03:00
scripts fix deploy 2022-02-14 17:17:57 +03:00
test move factory deploy 2022-01-29 23:38:21 +03:00
.env.example add etherscan support 2022-02-17 01:11:16 +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 update new impl address 2022-02-14 18:03:49 +03:00
config.js new impl address 2022-02-16 23:30:19 +03:00
hardhat.config.js add etherscan support 2022-02-17 01:11:16 +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.js for actual values. Take newNovaImpl address from README of repository.

  2. Run deploy:

    npx hardhat run scripts/deploy.js --network mainnet