InitializableAdminUpgradeabilityProxy in solc 0.7?

Hi @alsco77,

As an aside, you should be able to do nested deployments using the Upgrades Plugins for Truffle or Hardhat.

The proxy contracts that were in OpenZeppelin Upgrades library have been added to OpenZeppelin Contracts. See: Building for interoperability: why we’re focusing on Upgrades Plugins

There is a Solidity 0.7 tagged release of OpenZeppelin Contracts.

Please note, the Upgrades Plugins don't currently use the proxy contracts from OpenZeppelin Contracts. They use a variant (prior to migration to OpenZeppelin Contracts) that is for Solidity 0.6.