Closed ametel01 closed 10 months ago
happy to take this
@and1vo having had a better look to this i don't think we need a proxy at all, we can just implement upgradable component in contracts that need upgrading.
@and1vo having had a better look to this i don't think we need a proxy at all, we can just implement upgradable component in contracts that need upgrading.
Great! I think we can close this, thanks for the heads up!
Implement the functions' body for the Proxy contract. For reference and consistency, the implementation should align with the existing Cairo0
Proxy.cairo
contract.Dependencies:
scarb v2.4.0 snforge 0.13.0
Requirements:
Ensure that the code passes both
scarb fmt
andscarb build
commands without errors, ensuring proper formatting and successful build.