[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?
[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?
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.