I deployed upgradeable contract & have implementation address but forgot to save proxy address is there any way to get proxy address of contract using hardhat?

I deployed upgradeable contract & have implementation address but forgot to save proxy address is there any way to get proxy address of contract using hardhat?

If you used the Hardhat Upgrades plugin to deploy the proxy, you can find your proxy addresses in the proxies section of the network file.

1 Like

Or you can just check your EOA's transactions on Etherscan and find out the most recent one to deploy a contract.

2 Likes