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
In packages/core/solidity/src/set-upgradeable.ts make UUPSUpgradeable parent transpile: false.
Simplify the produced bytecode, removing the call to __UUPSUpgradeable_init(); that does nothing
Change the dependency from UUPSUpgradeable from @openzeppelin/contracts-upgradeable to @openzeppelin/contracts, allowing us to stop transpilling it in the future (its stateless)