How to interact with UUPS upgradeable contract in Foundry?

Hey, how would I go about calling and interacting with the upgradable contract with foundry? I am trying to write tests in foundry for the UUPS upgradable contract. I have used contracts from openzeppelin to accomplish this upgradability.

See the examples in the readme of https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades

Oh I see now. Thank you!

1 Like