You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🧐 Motivation
I want to transfer my OPERATOR access to another wallet using access control but the thing i can do is only RENOUNCE my role. I want a method where my OPERATOR role gets REVOKED from my current address and GRANTED to a new address.
📝 Details
A method to inform the ADMIN OF MY CURRENT ROLE that i want to transfer my role instead of REVOKING it.
A method which only ADMIN OF MY CURRENT ROLE can call to REVOKE my access from my current address and GRANT it to new given address.
The text was updated successfully, but these errors were encountered:
njrapidinnovation
pushed a commit
to njrapidinnovation/openzeppelin-contracts
that referenced
this issue
Dec 20, 2022
As far as I can tell, this is already possible. The method to inform the admin is to send them an off-chain message (obviously authenticated). The admin can then grant the new role and revoke the previous one.
See related issue #3623 for enforcing a 2-step transfer for admin roles.
🧐 Motivation
I want to transfer my
OPERATOR
access to another wallet using access control but the thing i can do is onlyRENOUNCE
my role. I want a method where myOPERATOR
role getsREVOKED
from my current address andGRANTED
to a new address.📝 Details
ADMIN OF MY CURRENT ROLE
that i want to transfer my role instead ofREVOKING
it.ADMIN OF MY CURRENT ROLE
can call toREVOKE
my access from my current address andGRANT
it to new given address.The text was updated successfully, but these errors were encountered: