Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a script which checks if contract addresses in src/versions.json are valid + add CI check #77

Open
Hugoo opened this issue Mar 9, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Hugoo
Copy link
Contributor

Hugoo commented Mar 9, 2022

Adding a script which checks if the addresses set in the src/versions.json file are:

  • deployed
  • valid

by comparing the bytecode with the ones generated from typechain (npm run generate-types).

This would prevent us from copy/pasting wrong contract addresses, etc.

and allow an automated control in the CI.

As probably no one will take the time to check if the updated contracts addresses are valid.

@Hugoo Hugoo added the enhancement New feature or request label Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant