Vault Ownership Changes
Last updated
Was this helpful?
For the core PlasmaVault, control is managed through role-based access control via IporFusionAccessManager rather than traditional ownership. You can transfer control by:
Granting roles: Use grantRole() to assign roles like OWNER_ROLE, ADMIN_ROLE, or ATOMIST_ROLE to new addresses
Revoking old roles: Remove roles from previous controllers using the access manager
The role hierarchy must be respected (e.g., ADMIN_ROLE can grant OWNER_ROLE)
This feature is currently under development.
Last updated
Was this helpful?
Was this helpful?