Closed vp4242 closed 9 months ago
@TheDZhon @vp42ldo There is updateProxyImplementation
from deploy.js for the case (if the adapter implementation not deployed yet). It will read the proxy address from the state file, deploy the implementation, bind it to the proxy and update the impl address in the state file.
@TheDZhon @vp42ldo There is
updateProxyImplementation
from deploy.js for the case (if the adapter implementation not deployed yet). It will read the proxy address from the state file, deploy the implementation, bind it to the proxy and update the impl address in the state file.
There is an issue with updateProxyImplementation
. DepositContractAdapter and it's proxy are not part of deployed-
Oh, we've forgotten to add it to the state file :/ I'd propose to add it now under /depositContractAdapter
. It is part of the setup and thus must be presented in the state file as well.
Having it would be prudent, I agree with @arwer13 :pray:
Update deploy script to include SepoliaDepositAdapter contract upgrade