Upgrade from contracts-ethereum-package to contracts-upgradeable on existing contract and got error "Proxy admin is not the one registered in the network manifest"

As mentioned on Is it safe to upgrade from contracts-ethereum-package to contracts-upgradeable on existing contract. The new deployProxy wouldn't work with old contract that written in contracts-ethereum-package. Which would raise The requested contract was not found. So have to use the existing deployed one.

Where's the network file? Is there a way to register it manually?

1 Like