You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id like to be able to have an implementation contract written using the openzeppelin upgrades contracts initializable pattern, then simply deploy it as an upgradable proxy without thinking about any of the proxy setup. for example in hardhat deploy its as simple as:
this will also check and see if the implementation bytecode matches whats already on chain, and if not it will seamlessly upgrade the proxy. i have not seen any other framework do this as well as hardhat-deploy (including foundry), and i think if ignition nails this, it would be very compelling
The text was updated successfully, but these errors were encountered:
Requested on the discord channel:
The text was updated successfully, but these errors were encountered: