I deployed an upgradable contract to mainnet but I think it timed out and it didn’t return any addresses in the console however 2 contracts were created:
Environment
I am using hardhat and this was my deploy code:
This was the first time I wanted to deploy to mainnet but I do have a previous admin in .openzeppelin/mainnet.json 0x3206a055d7d2854aAa7eD8F25F6ab4FF3BF101CB .
I believe that to bootstrap this new project we copied the old folder from the other project with the .openzeppelin/mainnet.json included.(can’t think how that got there otherwise)
You can see here the AdminUpgradeabilityProxy 0x14d4D06B8e8df9B85A37D622aA95784a4FCcB130
I don’t think it messed up the old contract right (0x3206a055d7d2854aAa7eD8F25F6ab4FF3BF101CB)? as i didn’t run upgrade, etc before. (I only deployed with commands on my first msg)