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)