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

Deployment pipeline #14

Open
peersky opened this issue Oct 18, 2024 · 0 comments
Open

Deployment pipeline #14

peersky opened this issue Oct 18, 2024 · 0 comments

Comments

@peersky
Copy link
Member

peersky commented Oct 18, 2024

Whenever a new version is released we want to do following BEFORE npm package is build & released for every network stored in NETWORKS="[<network_1>, <network...>, <network_n>] env variable that has form of json array:

  1. If there is no existing deployment for contract artefact stored in /deployments/<network> directory:
  • Deploy upgradable contract (proxy, implementation) & verify it
  • Transfer ownership to a DAO (DAO_ADDRESS env variable)
  1. If there is existing deployment:
  • Should deploy implementation contracts
  • Should create DAO proposal to upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant