Updating the SDK
Each SDK instance instantiated using the SDK factory is upgradable. If a user does not wish to use an upgradable proxy pattern the user can simply find the SDK version they like and instantiate the SDK instance directly. Only the proxy admin can update the SDK (by default this is the SDK instance manager).
Update Process
Update to current version
Update to a specific version
Update to a custom implementation
Important! If you are updating to a custom implementation address do so at your own risk.
It is critical to ensure the storage layout of the updated implementation remains in-tact or else you risk highly unexpected behavior.
Last updated