You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Drygin bbdf9aad0e
add etherscan support
1 year ago
contracts add test upgrade bsc-xdai 1 year ago
scripts fix deploy 1 year ago
test move factory deploy 1 year ago
.env.example add etherscan support 1 year ago
.eslintrc fix linters 1 year ago
.gitignore init project 1 year ago
.prettierignore fix linters 1 year ago
.prettierrc fix linters 1 year ago
LICENSE Initial commit 1 year ago
README.md update new impl address 1 year ago
config.js new impl address 1 year ago
hardhat.config.js add etherscan support 1 year ago
package.json add mainnet test 1 year ago
yarn.lock add mainnet test 1 year ago

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