hi @frangio is there a way to change compiler version to be greater than v0.8.9 when deploying proxy?
i created a UUPS proxy pattern in this contract:
and here's the implementation with v0.8.17 compiler version
thanks in advance!
hi @frangio is there a way to change compiler version to be greater than v0.8.9 when deploying proxy?
i created a UUPS proxy pattern in this contract:
and here's the implementation with v0.8.17 compiler version
thanks in advance!
I don't really understand the question. The proxy and the implementation can be compiled with different compiler versions, this doesn't cause any issues.
The proxy code comes pre-compiled in the plugin, so your local Hardhat settings don't affect it.
well noted! thanks frangio