Hello,
When launching my via truffle contracts I would expect to see all 3 addresses, proxy admin, upgradeability admin, and the implementation address appear while running migrate. Oddly enough, they do not.
I’m using version 1.3.1 for openzeppelin truffle upgrades. and node version 12
Also when i launch a single contract, the address i deployed from shows the transaction for all 3 proxy admin, upgradeability admin, and the implementation address, but when i deploy multiple my deployer address on etherscan does not show addresses for all 3.