Hi guys,
Please can anyone help me with how I can upgrade a UUPS contract that was deployed by a factory contract?
Thanks in advance 🙏
Nov 3, 2022, 7:22 AM
If the upgradeTo function is available then just call that through the proxy. If it needs to happen through the factory, it might get trickier
Nov 3, 2022, 7:27 AM
The upgradeTo function is available in the deployed contract. The one on the factory contract upgrades the factory contract and not the deployed contract
Nov 3, 2022, 8:00 AM
so if you don't want to upgrade the factory, don't upgrade that but upgrade the other..
Nov 3, 2022, 8:01 AM
Are Devs able to change tax and whitelist addresses also using upgradeable contracts
Nov 3, 2022, 8:58 AM
probably, if the contract supports upgradeability
Nov 3, 2022, 9:00 AM