-
Notifications
You must be signed in to change notification settings - Fork 279
Chore(contract manger) lazer deploy script #2971
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
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
6 Skipped Deployments
|
06ab791
to
a2b998e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM. Please address my comments before merging.
We need to add a command to transfer the ownership to the governance at some point.
I also don't love the fact that we run subprocess like this but can't think of a cleaner way myself.
Summary
This PR adds comprehensive support for deploying and managing
PythLazer
contracts in the contract manager, including a newEvmLazerContract
class and an enhanced deployment script with dual-mode functionality.Rationale
How has this been tested?