Upgrade Proxy Implementation
Upgrade the Proxy contract.
Now that you've deployed the ValidatorManager
contract, you need to upgrade the proxy. The proxy is registered on the P-Chain as the ValidatorManager
contract, and you'll update it to point to your new implementation.
If you created your L1 using the Genesis Builder from this course, the Manager Address
is an OpenZeppelin TransparentUpgradeableProxy that was pre-deployed in your genesis.json
file.

Upgrade Proxy Implementation
This will upgrade the proxy implementation to the desired implementation.
Current Implementation:
No change needed
Explore more
Avalanche Builder Tooling

Is this guide helpful?