Where is the proxy contract used in OpenZeppelin Upgrades plugins?

[Moved from: OpenZeppelin Truffle Upgrades: Step by Step Tutorial]

Where can we see the code for the contract that gets deployed that works as a proxy?
Is this the one?

1 Like

Hi @yashnaman,

You can find it in the following location: https://github.com/OpenZeppelin/openzeppelin-upgrades/blob/master/packages/core/contracts/proxy/AdminUpgradeabilityProxy.sol

Please note, the proxy contracts are in the process of being moved to OpenZeppelin Contracts.

1 Like