issue with DevOpsTools.get_most_recent_deployment #3235
Unanswered
18121A05L2
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Is |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i was deploying a implementation and proxy in one script and in another script i was trying to deploy V2 Version of the imeplementation contract and to update V2 address i was using DevOpsTools to get the previously deployed proxy address
when i was working with test cases all are failing and i have tested another scenario to check if there is any issue in my tests
i was running the run() method of the Scrip1 (Proxy + V1 implementation ) inside of the script2 (V2 implementation ) and tested all upgradation tests and all are working , but this was wrong right as i was re deploying the same proxy contract second time in this scenario
and the correct one which is using the already deployed proxy using
DevOpsTools
i was getting error , i don't know why , can anyone help here ?Beta Was this translation helpful? Give feedback.
All reactions