Deployment
Last updated
Last updated
(For more details, please refer to the library)
deployProxy
does the following:
Validate that the implementation is
Deploy a for your project (if needed)
Check if there is an deployed with the same bytecode, and deploy one if not
Create and initialize the proxy contract
And when you call upgradeProxy
:
Validate that the new implementation is and is with the previous one
Check if there is an deployed with the same bytecode, and deploy one if not
Upgrade the proxy to use the new implementation contract