Manual Upgrade due to different ProxyAdmin, etc

I deployed different contracts at different times on a testnet. Due to which I have different Proxy Admin Addresses for a bunch of them. I have the contract code, I have the Proxy Address, the Proxy Admin address and everything like the complied build up code. How can I now join everything to make it one project?

:computer: Environment
OZ 2.6.0; no truffle, only OZ, TestNet

1 Like

Hi @amateur-dev,

As you have deployed to testnets rather than mainnet, you could create a new project, add your contracts and deploy again.

Alternatively, you could change the contracts to have the one ProxyAdmin using oz set-admin and add the contracts into one project, and manually modify the configuration files

1 Like