Hi, we are using OZ Upgrades Plugin. We had our previously deployed implementations in mainnet.json
but when we deployed the new implementations (to do the upgrade later), we used deployImplementation()
by mistake and not prepareUpgrade()
which was the original intention.
Do we have a workaround now to compare these implementations and make sure they are upgrade safe before calling upgradeTo()
? (both of them are deployed in Mainnet now)
Also, the new implementations are also now registered on mainnet.json
is there any problem with that? Or the result in the file is the same wether deployImplementation
or prepareUpgrade
was used?
Thanks!
Julian