I've been trying to get the transaction hash when proxies are deployed. This is quite difficult it seems and i've been reading into the type script written libraries but no luck.
Any way i can access the transaction hashes or the 3 deployed contracts (admin, implementation, proxy) from
const contractV2 = await upgradeProxy(
contractV1.address,
ContractV2
);
Code to reproduce